summaryrefslogtreecommitdiffstats
path: root/src/test/run-make-fulldeps/symbols-include-type-name/Makefile
blob: 0850a2633e5d8282bc6c3c99194f691b8f24068e (plain)
1
2
3
4
5
6
7
8
9
-include ../tools.mk

# Check that symbol names for methods include type names, instead of <impl>.

OUT=$(TMPDIR)/lib.s

all:
	$(RUSTC) --crate-type staticlib --emit asm lib.rs
	$(CGREP) Def < $(OUT)