Uh oh!
There was an error while loading. Please reload this page.
Use attribute parser for #[non_exhaustive] attribute check - #161482
Conversation
rustbot
commented
Aug 21, 2026
Some changes occurred in compiler/rustc_attr_ir cc @jdonszelmann, @JonathanBrouwer Some changes occurred in compiler/rustc_passes/src/check_attr.rs cc @jdonszelmann, @JonathanBrouwer Some changes occurred to diagnostic attributes. cc @mejrs Some changes occurred in compiler/rustc_attr_parsing |
This comment has been minimized.
This comment has been minimized.
I'm not sure about this change. We'd like to have more of these checks in attribute parsing but we also don't want to make |
JonathanBrouwer
commented
Aug 22, 2026
Indeed, this information also feels too specific to add to the |
Uh oh!
There was an error while loading. Please reload this page.
JonathanBrouwer
commented
Aug 22, 2026
@rustbot author |
rustbot
commented
Aug 22, 2026
Reminder, once the PR becomes ready for a review, use |
This comment has been minimized.
This comment has been minimized.
7074c3b to
895661bComparerustbot
commented
Aug 23, 2026
This PR was rebased onto a different main commit. Here's a range-diff highlighting what actually changed. Rebasing is a normal part of keeping PRs up to date, so no action is needed—this note is just to help reviewers. |
895661b to
2c7e6b6CompareThere was a problem hiding this comment.
I like this path of making the target ast::Item available a lot more. I need some time to think about whether this is the right way forwards, so this PR might linger for a few weeks until I have the time to do so. Sorry in advance, I appreciate your work!
☔ The latest upstream changes (presumably #161990) made this pull request unmergeable. Please resolve the merge conflicts by rebasing. |
Updates #153101
r? @JonathanBrouwer