We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e1505f commit 3a20363Copy full SHA for 3a20363
src/test/run-make/trace-macros-flag/Makefile
@@ -5,5 +5,5 @@
5
-include ../tools.mk
6
7
all:
8
- $(RUSTC) -Z trace-macros hello.rs &> $(TMPDIR)/hello.trace
9
- diff -u $(TMPDIR)/hello.trace hello.trace
+ $(RUSTC) -Z trace-macros hello.rs &> $(TMPDIR)/hello.out
+ diff -u $(TMPDIR)/hello.out hello.trace
0 commit comments