2018-12-02 22:42:43 +03:00
|
|
|
error[E0457]: plugin `rlib_crate_test` only found in rlib format, but must be available in dylib format
|
2020-07-05 10:39:15 +03:00
|
|
|
--> $DIR/macro-crate-rlib.rs:5:11
|
2018-12-02 22:42:43 +03:00
|
|
|
|
|
|
|
|
LL | #![plugin(rlib_crate_test)]
|
|
|
|
| ^^^^^^^^^^^^^^^
|
|
|
|
|
2020-07-05 10:39:15 +03:00
|
|
|
error: aborting due to previous error
|
2018-12-02 22:42:43 +03:00
|
|
|
|
2022-12-18 22:00:35 +13:00
|
|
|
For more information about this error, try `rustc --explain E0457`.
|