]> git.lizzy.rs Git - rust.git/blob - src/test/ui/rfc-2091-track-caller/error-with-invalid-abi.stderr
Rollup merge of #102187 - b-naber:inline-const-source-info, r=eholk
[rust.git] / src / test / ui / rfc-2091-track-caller / error-with-invalid-abi.stderr
1 error[E0737]: `#[track_caller]` requires Rust ABI
2   --> $DIR/error-with-invalid-abi.rs:1:1
3    |
4 LL | #[track_caller]
5    | ^^^^^^^^^^^^^^^
6
7 error[E0737]: `#[track_caller]` requires Rust ABI
8   --> $DIR/error-with-invalid-abi.rs:6: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 E0737`.