]> git.lizzy.rs Git - rust.git/blob - tests/run-make/dump-mono-stats/Makefile
Rollup merge of #105784 - yanns:update_stdarch, r=Amanieu
[rust.git] / tests / run-make / dump-mono-stats / Makefile
1 include ../../run-make-fulldeps/tools.mk
2
3 all:
4         $(RUSTC) --crate-type lib foo.rs -Z dump-mono-stats=$(TMPDIR) -Zdump-mono-stats-format=json
5         cat $(TMPDIR)/foo.mono_items.json | $(CGREP) '"name":"bar"'