2019-10-27 15:32:18 -05:00
|
|
|
error[E0737]: `#[track_caller]` requires Rust ABI
|
2020-05-21 18:43:39 -05:00
|
|
|
--> $DIR/error-with-invalid-abi.rs:1:1
|
2019-07-19 19:55:58 -05:00
|
|
|
|
|
|
|
|
LL | #[track_caller]
|
|
|
|
| ^^^^^^^^^^^^^^^
|
|
|
|
|
2020-04-16 10:11:05 -05:00
|
|
|
error[E0737]: `#[track_caller]` requires Rust ABI
|
2020-05-21 18:43:39 -05:00
|
|
|
--> $DIR/error-with-invalid-abi.rs:6:5
|
2020-04-16 10:11:05 -05:00
|
|
|
|
|
|
|
|
LL | #[track_caller]
|
|
|
|
| ^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
error: aborting due to 2 previous errors
|
2019-07-19 19:55:58 -05:00
|
|
|
|
2019-10-03 00:35:58 -05:00
|
|
|
For more information about this error, try `rustc --explain E0737`.
|