From 28aacd7cbc1917154bd9cb4c8a588d77e510d471 Mon Sep 17 00:00:00 2001 From: unspeaker Date: Sat, 16 Aug 2025 13:56:41 +0300 Subject: [PATCH] add RUSTFLAGS in Justfile --- Justfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Justfile b/Justfile index 0647fb44..475359ee 100644 --- a/Justfile +++ b/Justfile @@ -1,3 +1,5 @@ +export RUSTFLAGS := "--cfg procmacro2_semver_exempt -Zmacro-backtrace" + debug := "reset && cargo run --" release := "reset && cargo run --release --" name := "-n tek"