You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: text/3537-msrv-resolver.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1133,7 +1133,7 @@ To get the error reporting to be of sufficient quality will require major work i
1133
1133
This would block stabilization indefinitely.
1134
1134
We could adopt this approach in the future, if desired
1135
1135
1136
-
Affects on workflows (including non-resolver behavior):
1136
+
Effects on workflows (including non-resolver behavior):
1137
1137
1. Latest Rust with no MSRV
1138
1138
- ✅ `cargo new` setting `package.rust-version = "tbd-name-representing-currently-running-rust-toolchain"` moves most users to "Latest Rust as the MSRV" with no extra maintenance cost
1139
1139
- ❌ Dealing with incompatible dependencies will have a friendlier face because the hard build error after changing dependencies is changed to a notification during update suggesting they upgrade to get the new dependency because we fallback to `rustc --version` when `package.rust-version` is unset (as a side effect of us capturing `rust-toolchain.toml`)
0 commit comments