]> git.proxmox.com Git - rustc.git/blob - src/test/ui/rfc-2091-track-caller/error-with-naked.stderr
New upstream version 1.44.1+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:16:5
9 |
10 LL | #[track_caller]
11 | ^^^^^^^^^^^^^^^
12
13 error[E0736]: cannot use `#[track_caller]` with `#[naked]`
14 --> $DIR/error-with-naked.rs:10:5
15 |
16 LL | #[track_caller]
17 | ^^^^^^^^^^^^^^^
18
19 error: aborting due to 3 previous errors
20
21 For more information about this error, try `rustc --explain E0736`.