summaryrefslogtreecommitdiffstats
path: root/src/test/ui/rfc-2091-track-caller/error-with-invalid-abi.stderr
blob: bcc0c8170e655f9261e43dd60d2614cb6173d71d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
error[E0737]: `#[track_caller]` requires Rust ABI
  --> $DIR/error-with-invalid-abi.rs:1:1
   |
LL | #[track_caller]
   | ^^^^^^^^^^^^^^^

error[E0737]: `#[track_caller]` requires Rust ABI
  --> $DIR/error-with-invalid-abi.rs:6:5
   |
LL |     #[track_caller]
   |     ^^^^^^^^^^^^^^^

error: aborting due to 2 previous errors

For more information about this error, try `rustc --explain E0737`.