Skip to content

Commit 285106a

Browse files
committed
liballoc: alloc-extern-crates test needs --edition=2018
1 parent 017cf53 commit 285106a

File tree

1 file changed

+1
-1
lines changed
  • src/test/run-make-fulldeps/alloc-extern-crates

1 file changed

+1
-1
lines changed

src/test/run-make-fulldeps/alloc-extern-crates/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
all:
44
$(RUSTC) fakealloc.rs
5-
$(RUSTC) --crate-type=rlib ../../../liballoc/lib.rs --cfg feature=\"external_crate\" --extern external=$(TMPDIR)/$(shell $(RUSTC) --print file-names fakealloc.rs)
5+
$(RUSTC) --edition=2018 --crate-type=rlib ../../../liballoc/lib.rs --cfg feature=\"external_crate\" --extern external=$(TMPDIR)/$(shell $(RUSTC) --print file-names fakealloc.rs)

0 commit comments

Comments
 (0)