about summary refs log tree commit diff
path: root/tests/ui/attributes/issue-105594-invalid-attr-validation.stderr
blob: 337d3808d28f6639d7c702b97106636332faf84f (plain)
1
2
3
4
5
6
7
8
9
10
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