diff options
Diffstat (limited to 'tests/ui-fulldeps/macro-crate-rlib.stderr')
-rw-r--r-- | tests/ui-fulldeps/macro-crate-rlib.stderr | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/ui-fulldeps/macro-crate-rlib.stderr b/tests/ui-fulldeps/macro-crate-rlib.stderr new file mode 100644 index 000000000..9c2b992b7 --- /dev/null +++ b/tests/ui-fulldeps/macro-crate-rlib.stderr @@ -0,0 +1,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`. |