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