blob: 9c2b992b7655849d0096cc789b83ef1d2d3c2296 (
plain)
1
2
3
4
5
6
7
8
9
|
error[E0457]: plugin `rlib_crate_test` only found in rlib format, but must be available in dylib format
--> $DIR/macro-crate-rlib.rs:5:11
|
LL | #![plugin(rlib_crate_test)]
| ^^^^^^^^^^^^^^^
error: aborting due to previous error
For more information about this error, try `rustc --explain E0457`.
|