liballoc: alloc-extern-crates test needs --edition=2018

This commit is contained in:
Mazdak Farrokhzad 2019-02-03 04:37:50 +01:00
parent 017cf53798
commit 285106a40e
1 changed files with 1 additions and 1 deletions

View File

@ -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)