blob: 0850a2633e5d8282bc6c3c99194f691b8f24068e [file] [log] [blame]
-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)