blob: 78b13c96632eb362685d026983adc82ed7363a68 [file] [edit]
error: the `track_caller` attribute cannot be used on foreign statics
--> $DIR/track_caller_static_errors.rs:5:3
|
LL | #[track_caller]
| ^^^^^^^^^^^^
|
= help: the `track_caller` attribute can only be applied to functions
error: aborting due to 1 previous error