mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 15:23:46 +00:00
12 lines
309 B
Plaintext
12 lines
309 B
Plaintext
error[E0739]: attribute should be applied to a function definition
|
|
--> $DIR/only-for-fns.rs:1:1
|
|
|
|
|
LL | #[track_caller]
|
|
| ^^^^^^^^^^^^^^^
|
|
LL | struct S;
|
|
| --------- not a function definition
|
|
|
|
error: aborting due to previous error
|
|
|
|
For more information about this error, try `rustc --explain E0739`.
|