mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-25 13:37:48 +00:00
11 lines
272 B
Plaintext
11 lines
272 B
Plaintext
error: `#[track_caller]` attribute cannot be used on statics
|
|
--> $DIR/issue-105594-invalid-attr-validation.rs:6:1
|
|
|
|
|
LL | #[track_caller]
|
|
| ^^^^^^^^^^^^^^^
|
|
|
|
|
= help: `#[track_caller]` can only be applied to functions
|
|
|
|
error: aborting due to 1 previous error
|
|
|