refactor - moving check_stability check to parse_stability#154015
refactor - moving check_stability check to parse_stability#154015rust-bors[bot] merged 4 commits intorust-lang:mainfrom
check_stability check to parse_stability#154015Conversation
|
Some changes occurred in compiler/rustc_passes/src/check_attr.rs cc @jdonszelmann, @JonathanBrouwer Some changes occurred in compiler/rustc_attr_parsing |
|
r? @jackh726 rustbot has assigned @jackh726. Use Why was this reviewer chosen?The reviewer was selected based on:
|
|
|
| ) => self.check_stability(*attr_span, span, level, *feature), | ||
| AttributeKind::Stability { .. } | ||
| | AttributeKind::RustcConstStability { .. }, | ||
| ) => {} |
There was a problem hiding this comment.
Instead of having a separate empty arm here, could you add these attributes to the list of ignored attributes below?
There was a problem hiding this comment.
updated. also added the slash here: 38f9b79
There was a problem hiding this comment.
Unrelated but happened to see this, could you fix this doc comment? It's missing a slash
|
Reminder, once the PR becomes ready for a review, use |
|
@rustbot ready |
|
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. |
This comment has been minimized.
This comment has been minimized.
822232f to
3ea7d1e
Compare
…uwer Rollup of 5 pull requests Successful merges: - #153828 (Guard patterns: lowering to THIR) - #154015 (refactor - moving `check_stability` check to `parse_stability`) - #154119 (llvm: Update `reliable_f128` configuration for LLVM22 on Sparc) - #154138 (vec::Drain::fill: avoid reference to uninitialized memory) - #154143 (test copy_specializes_from_vecdeque: reduce iteration count for Miri)
This PR is part of issue #153101 and by extension this #131229 as well
r? @JonathanBrouwer