]> git.lizzy.rs Git - rust.git/blob - src/test/ui/rfc-2091-track-caller/error-with-naked.stderr
Rollup merge of #79362 - cjgillot:relou, r=oli-obk
[rust.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:10: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`.