]> git.proxmox.com Git - rustc.git/blobdiff - tests/run-make/use-suggestions-rust-2018/Makefile
Merge 1.70 into proxmox/bookworm
[rustc.git] / tests / run-make / use-suggestions-rust-2018 / Makefile
diff --git a/tests/run-make/use-suggestions-rust-2018/Makefile b/tests/run-make/use-suggestions-rust-2018/Makefile
new file mode 100644 (file)
index 0000000..37cd628
--- /dev/null
@@ -0,0 +1,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"
+