2022-08-22 19:00:00 -05:00
|
|
|
include ../tools.mk
|
2018-08-27 09:12:31 -05:00
|
|
|
|
|
|
|
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"
|
|
|
|
|