Rewrite #[track_caller]

This commit is contained in:
Jana Dönszelmann
2025-06-21 11:29:05 +02:00
parent 3129d37ef7
commit 5d44fdd972
12 changed files with 82 additions and 53 deletions

View File

@@ -268,5 +268,8 @@ pub enum AttributeKind {
/// Span of the attribute.
span: Span,
},
/// Represents `#[track_caller]`
TrackCaller(Span),
// tidy-alphabetical-end
}