]> git.lizzy.rs Git - rust.git/blob - src/test/run-make-fulldeps/use-suggestions-rust-2018/Makefile
Merge commit '9a0c32934ebe376128230aa8da3275697b2053e7' into sync_cg_clif-2021-03-05
[rust.git] / src / test / run-make-fulldeps / use-suggestions-rust-2018 / Makefile
1 -include ../tools.mk
2
3 all:
4         $(RUSTC) ep-nested-lib.rs
5
6         $(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"
7