File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1311,7 +1311,7 @@ pub fn to_real_manifest(
1311
1311
let edition_msrv = RustVersion :: try_from ( edition_msrv) . unwrap ( ) ;
1312
1312
if !edition_msrv. is_compatible_with ( pkg_msrv. as_partial ( ) ) {
1313
1313
bail ! (
1314
- "rust-version {} is older than first version ({}) required by \
1314
+ "rust-version {} is imcompatible with the version ({}) required by \
1315
1315
the specified edition ({})",
1316
1316
pkg_msrv,
1317
1317
edition_msrv,
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ fn rust_version_older_than_edition() {
82
82
[ERROR] failed to parse manifest at `[ROOT]/foo/Cargo.toml`
83
83
84
84
Caused by:
85
- rust-version 1.1 is older than first version (1.31.0) required by the specified edition (2018)
85
+ rust-version 1.1 is imcompatible with the version (1.31.0) required by the specified edition (2018)
86
86
87
87
"# ] ] )
88
88
. run ( ) ;
You can’t perform that action at this time.
0 commit comments