2022-07-11 12:59:04 -05:00
|
|
|
error[E0739]: attribute should be applied to a function definition
|
2020-05-21 18:43:39 -05:00
|
|
|
--> $DIR/only-for-fns.rs:1:1
|
2019-07-19 19:55:58 -05:00
|
|
|
|
|
|
|
|
LL | #[track_caller]
|
|
|
|
| ^^^^^^^^^^^^^^^
|
|
|
|
LL | struct S;
|
2022-07-11 12:59:04 -05:00
|
|
|
| --------- not a function definition
|
2019-07-19 19:55:58 -05:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|
2020-03-09 22:03:14 -05:00
|
|
|
For more information about this error, try `rustc --explain E0739`.
|