Skip to content

Commit

Permalink
Fix the edition core-no-fp-fmt-parse is using
Browse files Browse the repository at this point in the history
The `Cargo.toml` has `edition = "2021"`, so that's what the command line should use too.
  • Loading branch information
scottmcm committed Feb 2, 2022
1 parent 97d26d9 commit 399893d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/run-make-fulldeps/core-no-fp-fmt-parse/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-include ../tools.mk

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

0 comments on commit 399893d

Please sign in to comment.