Closed
Description
For larger projects, it could be useful to set the edition once instead of in each project's Cargo.toml
file. This would then be equivalent to setting the edition key in every member project in the workspace.
Currently, the edition key is ignored instead: #5726
See also: rust-lang/edition-guide#45