mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 15:01:51 +00:00
10 lines
317 B
Plaintext
10 lines
317 B
Plaintext
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`.
|