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
It looks like the inheritable fields as part of RFC 2906 (#8415) are no longer generating warnings. These warnings are important, as some users get confused and place the fields in the wrong section. If the warnings aren't displayed, then they won't have an indicator of what is wrong. This is particularly problematic for the edition field which quite a few people have tried to set in the workspace.
Looks like it came from #10564. It switched the inheritance source from workspace to workspace.package. I'll write up tests for it and make the changes needed later tonight/early tomorrow.
Problem
It looks like the inheritable fields as part of RFC 2906 (#8415) are no longer generating warnings. These warnings are important, as some users get confused and place the fields in the wrong section. If the warnings aren't displayed, then they won't have an indicator of what is wrong. This is particularly problematic for the
edition
field which quite a few people have tried to set in the workspace.cc @Muscraft
Steps
Have a workspace such as:
Possible Solution(s)
If
cargo-features = ["workspace-inheritance"]
is not included, then it should generate a warning perhaps similar to:Notes
No response
Version
The text was updated successfully, but these errors were encountered: