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

@@ -301,6 +301,7 @@ fn emit_malformed_attribute(
| sym::naked
| sym::no_mangle
| sym::must_use
| sym::track_caller
) {
return;
}