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