summaryrefslogtreecommitdiffstats
path: root/src/test/run-make-fulldeps/use-suggestions-rust-2018/Makefile
blob: fc39691c507e01067e4e101876046d17877eae90 (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"