]> git.proxmox.com Git - rustc.git/blame - src/test/ui/rfc-2091-track-caller/error-with-invalid-abi.stderr
Update unsuspicious file list
[rustc.git] / src / test / ui / rfc-2091-track-caller / error-with-invalid-abi.stderr
CommitLineData
60c5eb7d 1error[E0737]: `#[track_caller]` requires Rust ABI
f035d41b 2 --> $DIR/error-with-invalid-abi.rs:1:1
e74abb32
XL
3 |
4LL | #[track_caller]
5 | ^^^^^^^^^^^^^^^
6
f9f354fc 7error[E0737]: `#[track_caller]` requires Rust ABI
f035d41b 8 --> $DIR/error-with-invalid-abi.rs:6:5
f9f354fc
XL
9 |
10LL | #[track_caller]
11 | ^^^^^^^^^^^^^^^
12
13error: aborting due to 2 previous errors
e74abb32
XL
14
15For more information about this error, try `rustc --explain E0737`.