2019-10-03 00:35:58 -05:00
|
|
|
error[E0736]: cannot use `#[track_caller]` with `#[naked]`
|
2021-04-12 19:00:00 -05:00
|
|
|
--> $DIR/error-with-naked.rs:4: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]`
|
2021-04-12 19:00:00 -05:00
|
|
|
--> $DIR/error-with-naked.rs:13:5
|
2020-04-07 20:49:53 -05:00
|
|
|
|
|
|
|
|
LL | #[track_caller]
|
|
|
|
| ^^^^^^^^^^^^^^^
|
|
|
|
|
2020-11-23 18:00:00 -06:00
|
|
|
error: aborting due to 2 previous errors
|
2019-07-19 19:55:58 -05:00
|
|
|
|
2019-10-03 00:35:58 -05:00
|
|
|
For more information about this error, try `rustc --explain E0736`.
|