blob: 356f86093d6381ff5643679ea695bf7893b4c016 [file] [edit]
error: `#[decl1]` is not allowed to have `#[track_caller]`
--> $DIR/track_caller_errors.rs:10:1
|
LL | #[track_caller]
| ^^^^^^^^^^^^^^^
LL | #[decl1]
| -------- `#[decl1]` is not allowed to have `#[track_caller]`
error: aborting due to 1 previous error