rust/tests/ui/attributes/issue-105594-invalid-attr-validation.stderr
2024-09-21 13:05:21 +02:00

12 lines
355 B
Plaintext

error[E0739]: attribute should be applied to a function definition
--> $DIR/issue-105594-invalid-attr-validation.rs:6:1
|
LL | #[track_caller]
| ^^^^^^^^^^^^^^^
LL | static _A: () = ();
| ------------------- not a function definition
error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0739`.