blob: 7becb9c5b60af3a111f131e3528fd5cc1a0a88cc [file] [log] [blame]
error[E0739]: attribute should be applied to function
--> $DIR/only-for-fns.rs:3:1
|
LL | #[track_caller]
| ^^^^^^^^^^^^^^^
LL | struct S;
| --------- not a function
error: aborting due to previous error