We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 017cf53 commit 285106aCopy full SHA for 285106a
src/test/run-make-fulldeps/alloc-extern-crates/Makefile
@@ -2,4 +2,4 @@
2
3
all:
4
$(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)
+ $(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