summaryrefslogtreecommitdiffstats
path: root/tests/run-make-fulldeps/symbols-include-type-name/Makefile
blob: ac26a852e36c1464ecf282ff60111d86b6a2d4c6 (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)