2019-10-03 00:35:58 -05:00
|
|
|
error[E0736]: cannot use `#[track_caller]` with `#[naked]`
|
2021-12-09 18:15:33 -06:00
|
|
|
--> $DIR/error-with-naked.rs:6:1
|
2019-07-19 19:55:58 -05:00
|
|
|
|
|
|
|
|
LL | #[track_caller]
|
|
|
|
| ^^^^^^^^^^^^^^^
|
|
|
|
|
2020-04-07 20:49:53 -05:00
|
|
|
error[E0736]: cannot use `#[track_caller]` with `#[naked]`
|
2022-04-14 07:07:36 -05:00
|
|
|
--> $DIR/error-with-naked.rs:16:5
|
2020-04-07 20:49:53 -05:00
|
|
|
|
|
|
|
|
LL | #[track_caller]
|
|
|
|
| ^^^^^^^^^^^^^^^
|
|
|
|
|
2022-04-14 07:07:36 -05:00
|
|
|
error[E0737]: `#[track_caller]` requires Rust ABI
|
|
|
|
--> $DIR/error-with-naked.rs:6:1
|
|
|
|
|
|
|
|
|
LL | #[track_caller]
|
|
|
|
| ^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
error[E0737]: `#[track_caller]` requires Rust ABI
|
|
|
|
--> $DIR/error-with-naked.rs:16:5
|
|
|
|
|
|
|
|
|
LL | #[track_caller]
|
|
|
|
| ^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
error: aborting due to 4 previous errors
|
2019-07-19 19:55:58 -05:00
|
|
|
|
2022-04-14 07:07:36 -05:00
|
|
|
Some errors have detailed explanations: E0736, E0737.
|
|
|
|
For more information about an error, try `rustc --explain E0736`.
|