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