Skip to content

Commit

Permalink
liballoc: alloc-extern-crates test needs --edition=2018
Browse files Browse the repository at this point in the history
  • Loading branch information
Centril committed Feb 3, 2019
1 parent 017cf53 commit 285106a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/run-make-fulldeps/alloc-extern-crates/Makefile
Expand Up @@ -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)

0 comments on commit 285106a

Please sign in to comment.