]> git.lizzy.rs Git - rust.git/blob - tests/ui-fulldeps/macro-crate-rlib.stderr
Rollup merge of #103236 - tspiteri:redoc-int-adc-sbb, r=m-ou-se
[rust.git] / tests / ui-fulldeps / macro-crate-rlib.stderr
1 error[E0457]: plugin `rlib_crate_test` only found in rlib format, but must be available in dylib format
2   --> $DIR/macro-crate-rlib.rs:5:11
3    |
4 LL | #![plugin(rlib_crate_test)]
5    |           ^^^^^^^^^^^^^^^
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0457`.