]> git.lizzy.rs Git - rust.git/blob - src/test/ui-fulldeps/macro-crate-rlib.stderr
Rollup merge of #99939 - saethlin:pre-sort-tests, r=thomcc,jackh726
[rust.git] / src / test / 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