Skip to content

Commit 399893d

Browse files
committed
Fix the edition core-no-fp-fmt-parse is using
The `Cargo.toml` has `edition = "2021"`, so that's what the command line should use too.
1 parent 97d26d9 commit 399893d

File tree

1 file changed

+1
-1
lines changed
  • src/test/run-make-fulldeps/core-no-fp-fmt-parse

1 file changed

+1
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
-include ../tools.mk
22

33
all:
4-
$(RUSTC) --edition=2018 --crate-type=rlib ../../../../library/core/src/lib.rs --cfg no_fp_fmt_parse
4+
$(RUSTC) --edition=2021 --crate-type=rlib ../../../../library/core/src/lib.rs --cfg no_fp_fmt_parse

0 commit comments

Comments
 (0)