wip: new error
Some checks failed
/ build (push) Has been cancelled

This commit is contained in:
🪞👃🪞 2025-08-16 16:28:43 +03:00
parent 08730df042
commit c0add81ff4
3 changed files with 155 additions and 148 deletions

View file

@ -1,4 +1,5 @@
export RUSTFLAGS := "--cfg procmacro2_semver_exempt -Zmacro-backtrace"
export RUST_BACKTRACE := "1"
debug := "reset && cargo run --"
release := "reset && cargo run --release --"