]> git.lizzy.rs Git - rust.git/blob - src/test/ui/rfc-2091-track-caller/error-with-naked.stderr
Merge commit 'c1664c50b27a51f7a78c93ba65558e7c33eabee6' into clippyup
[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`.