rust/tests/run-make-fulldeps/use-suggestions-rust-2018/Makefile
2023-01-11 09:32:08 +00:00

8 lines
205 B
Makefile

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"