Lint direct priority conflicts in `[workspace.lints]` Partially addresses #12729 This still doesn't do any workspace resolution stuff, so it will not catch any virtual workspaces or conflicts from inherited definitions. But while we're parsing the `Cargo.toml` we might as well check the workspace definitions if we find them changelog: none