]> git.proxmox.com Git - rustc.git/blame - src/test/ui-fulldeps/macro-crate-rlib.stderr
New upstream version 1.44.1+dfsg1
[rustc.git] / src / test / ui-fulldeps / macro-crate-rlib.stderr
CommitLineData
0731742a
XL
1error[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 |
4LL | #![plugin(rlib_crate_test)]
5 | ^^^^^^^^^^^^^^^
6
e74abb32
XL
7warning: 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 |
10LL | #![plugin(rlib_crate_test)]
11 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: may be removed in a future compiler version
12 |
13 = note: `#[warn(deprecated)]` on by default
14
ba9703b0 15error: aborting due to previous error; 1 warning emitted
0731742a 16