mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 06:44:35 +00:00
liballoc: alloc-extern-crates test needs --edition=2018
This commit is contained in:
parent
017cf53798
commit
285106a40e
@ -2,4 +2,4 @@
|
||||
|
||||
all:
|
||||
$(RUSTC) fakealloc.rs
|
||||
$(RUSTC) --crate-type=rlib ../../../liballoc/lib.rs --cfg feature=\"external_crate\" --extern external=$(TMPDIR)/$(shell $(RUSTC) --print file-names fakealloc.rs)
|
||||
$(RUSTC) --edition=2018 --crate-type=rlib ../../../liballoc/lib.rs --cfg feature=\"external_crate\" --extern external=$(TMPDIR)/$(shell $(RUSTC) --print file-names fakealloc.rs)
|
||||
|
Loading…
Reference in New Issue
Block a user