From 0483c756f066c4bfd4f622de0a61ae55708c2edd Mon Sep 17 00:00:00 2001 From: pantonshire Date: Sun, 1 Oct 2023 13:00:22 +0100 Subject: [PATCH] add macro backtrace to test flags --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index 041a171..62a7b45 100644 --- a/justfile +++ b/justfile @@ -1,5 +1,5 @@ nightly := 'cargo +nightly' -rustc_nightly_flags := '-Z randomize-layout' +rustc_nightly_flags := '-Z randomize-layout -Z macro-backtrace' test: RUSTFLAGS='{{rustc_nightly_flags}}' {{nightly}} miri test