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