We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4f79c3 commit 98037caCopy full SHA for 98037ca
src/test/run-make/used/Makefile
@@ -7,5 +7,5 @@ all:
7
else
8
all:
9
$(RUSTC) -C opt-level=3 --emit=obj used.rs
10
- nm -C $(TMPDIR)/used.o | grep FOO
+ nm $(TMPDIR)/used.o | grep FOO
11
endif
0 commit comments