2019-10-03 00:35:58 -05:00
|
|
|
error[E0736]: cannot use `#[track_caller]` with `#[naked]`
|
2019-07-19 19:55:58 -05:00
|
|
|
--> $DIR/error-with-naked.rs:3:1
|
|
|
|
|
|
|
|
|
LL | #[track_caller]
|
|
|
|
| ^^^^^^^^^^^^^^^
|
|
|
|
|
2020-04-07 20:49:53 -05:00
|
|
|
error[E0736]: cannot use `#[track_caller]` with `#[naked]`
|
|
|
|
--> $DIR/error-with-naked.rs:16:5
|
|
|
|
|
|
|
|
|
LL | #[track_caller]
|
|
|
|
| ^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
error[E0736]: cannot use `#[track_caller]` with `#[naked]`
|
|
|
|
--> $DIR/error-with-naked.rs:10:5
|
|
|
|
|
|
|
|
|
LL | #[track_caller]
|
|
|
|
| ^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
error: aborting due to 3 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`.
|