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
With the following in Cargo.toml: package.edition = 2021
You get the below error:
error: failed to parse manifest at `<dir>/Cargo.toml`
Caused by:
data did not match any variant of untagged enum MaybeWorkspace for key `package.edition`
Ideally, this would point out to the user that only strings are allowed, not integers, since the current edition markers are all integer years.