]> git.lizzy.rs Git - rust.git/blob - src/test/ui-fulldeps/macro-crate-rlib.stderr
Rollup merge of #65544 - dorfsmay:doc_keyword_break, r=Dylan-DPC
[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:6:11
3    |
4 LL | #![plugin(rlib_crate_test)]
5    |           ^^^^^^^^^^^^^^^
6
7 warning: use of deprecated attribute `plugin`: compiler plugins are deprecated. See https://github.com/rust-lang/rust/pull/64675
8   --> $DIR/macro-crate-rlib.rs:6:1
9    |
10 LL | #![plugin(rlib_crate_test)]
11    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: may be removed in a future compiler version
12    |
13    = note: `#[warn(deprecated)]` on by default
14
15 error: aborting due to previous error
16