summaryrefslogtreecommitdiffstats
path: root/src/test/run-make-fulldeps/use-suggestions-rust-2018/Makefile
blob: 37cd6283c0a6e9ae78e13b29b0a724fa8a14dc73 (plain)
1
2
3
4
5
6
7
include ../tools.mk

all:
	$(RUSTC) ep-nested-lib.rs

	$(RUSTC) use-suggestions.rs --edition=2018 --extern ep_nested_lib=$(TMPDIR)/libep_nested_lib.rlib 2>&1 | $(CGREP) "use ep_nested_lib::foo::bar::Baz"