mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-26 08:44:35 +00:00
433da1fc04
They pass fine.
8 lines
205 B
Makefile
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"
|
|
|