This commit is contained in:
Jana Dönszelmann
2025-06-12 13:52:23 +02:00
parent 3b97f1308f
commit de0fd27f34
8 changed files with 81 additions and 33 deletions

View File

@@ -202,6 +202,9 @@ pub enum AttributeKind {
span: Span,
},
/// Represents `#[cold]`.
Cold(Span),
/// Represents `#[rustc_confusables]`.
Confusables {
symbols: ThinVec<Symbol>,