]> git.lizzy.rs Git - rust.git/blob - src/test/ui/rfc-2091-track-caller/error-with-naked.stderr
Auto merge of #79780 - camelid:use-summary_opts, r=GuillaumeGomez
[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: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`.