We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
&
1 parent 3a20363 commit c0139caCopy full SHA for c0139ca
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.out
+ $(RUSTC) -Z trace-macros hello.rs > $(TMPDIR)/hello.out
9
diff -u $(TMPDIR)/hello.out hello.trace
0 commit comments