blob: 337d3808d28f6639d7c702b97106636332faf84f [file] [log] [blame]
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