]> git.proxmox.com Git - rustc.git/blob - src/test/ui/rfc-2091-track-caller/error-with-naked.stderr
New upstream version 1.50.0+dfsg1
[rustc.git] / src / test / ui / rfc-2091-track-caller / error-with-naked.stderr
1 error[E0736]: cannot use `#[track_caller]` with `#[naked]`
2 --> $DIR/error-with-naked.rs:3:1
3 |
4 LL | #[track_caller]
5 | ^^^^^^^^^^^^^^^
6
7 error[E0736]: cannot use `#[track_caller]` with `#[naked]`
8 --> $DIR/error-with-naked.rs:12:5
9 |
10 LL | #[track_caller]
11 | ^^^^^^^^^^^^^^^
12
13 error: aborting due to 2 previous errors
14
15 For more information about this error, try `rustc --explain E0736`.