Skip to content

Commit 42245d3

Browse files
committedJun 23, 2025·
Auto merge of #142906 - jdonszelmann:rollup-togt1dl, r=jdonszelmann
Rollup of 5 pull requests Successful merges: - #142493 (rework `#[naked]` attribute parser) - #142636 (bootstrap.example.toml: use less contextual format) - #142822 (Make `PartialEq` a `const_trait`) - #142892 (Fix ICE on debug builds where lints are delayed on the crate root) - #142904 (notify me when rdg is touched) Failed merges: - #142827 (Move error code explanation removal check into tidy) r? `@ghost` `@rustbot` modify labels: rollup
2 parents ae2fc97 + 3e8e065 commit 42245d3

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+633
-1010
lines changed
 

‎bootstrap.example.toml

Lines changed: 198 additions & 195 deletions
Large diffs are not rendered by default.

‎compiler/rustc_attr_data_structures/src/attributes.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,9 @@ pub enum AttributeKind {
244244
reason: Option<Symbol>,
245245
},
246246

247+
/// Represents `#[naked]`
248+
Naked(Span),
249+
247250
/// Represents `#[no_mangle]`
248251
NoMangle(Span),
249252

0 commit comments

Comments
 (0)
Please sign in to comment.