]> git.lizzy.rs Git - rust.git/blob - src/test/run-make-fulldeps/used/Makefile
Rollup merge of #99578 - steffahn:remove_redundant_bound, r=thomcc
[rust.git] / src / test / run-make-fulldeps / used / Makefile
1 include ../tools.mk
2
3 # ignore-windows-msvc
4
5 all:
6         $(RUSTC) -C opt-level=3 --emit=obj used.rs
7         nm $(TMPDIR)/used.o | $(CGREP) FOO