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…
x
Reference in New Issue
Block a user