rust/src/test/ui/rfc-2091-track-caller/error-with-naked.stderr

16 lines
403 B
Plaintext
Raw Normal View History

2019-10-03 00:35:58 -05:00
error[E0736]: cannot use `#[track_caller]` with `#[naked]`
--> $DIR/error-with-naked.rs:3:1
|
LL | #[track_caller]
| ^^^^^^^^^^^^^^^
error[E0736]: cannot use `#[track_caller]` with `#[naked]`
2020-12-06 18:00:00 -06:00
--> $DIR/error-with-naked.rs:12:5
|
LL | #[track_caller]
| ^^^^^^^^^^^^^^^
error: aborting due to 2 previous errors
2019-10-03 00:35:58 -05:00
For more information about this error, try `rustc --explain E0736`.