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
fix(toml): Warn when edition is unuset, even when MSRV is unset
### What does this PR try to resolve?
This came up in #14108. This got overlooked when we added the MSRV
limits to the warning.
Users can silence this by setting a very old MSRV.
I didn't bother finding a way to word a specialized message for this.
Wording for this case seemed hard and I figure someone in this situation
knows how to resolve it.
Instead, we are targeting the majority of users who aren't setting a
`package.rust-version` in the first place.
### How should we test and review this PR?
### Additional information
0 commit comments