2019-10-14 15:07:16 +01:00
|
|
|
error[E0737]: Rust ABI is required to use `#[track_caller]`
|
2019-07-20 00:55:58 +00:00
|
|
|
--> $DIR/error-with-invalid-abi.rs:3:1
|
|
|
|
|
|
|
|
|
LL | #[track_caller]
|
|
|
|
| ^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|
2019-10-02 22:35:58 -07:00
|
|
|
For more information about this error, try `rustc --explain E0737`.
|