]> git.lizzy.rs Git - rust.git/blob - tests/run-make-fulldeps/symbols-include-type-name/Makefile
Auto merge of #105716 - chriswailes:ndk-update-redux, r=pietroalbini
[rust.git] / tests / run-make-fulldeps / symbols-include-type-name / Makefile
1 include ../tools.mk
2
3 # Check that symbol names for methods include type names, instead of <impl>.
4
5 OUT=$(TMPDIR)/lib.s
6
7 all:
8         $(RUSTC) --crate-type staticlib --emit asm lib.rs
9         $(CGREP) Def < $(OUT)