]> git.proxmox.com Git - rustc.git/blame - tests/ui-fulldeps/issue-15778-fail.stderr
New upstream version 1.70.0+dfsg2
[rustc.git] / tests / ui-fulldeps / issue-15778-fail.stderr
CommitLineData
e74abb32
XL
1warning: use of deprecated attribute `plugin`: compiler plugins are deprecated. See https://github.com/rust-lang/rust/pull/64675
2 --> $DIR/issue-15778-fail.rs:6:1
3 |
4LL | #![plugin(lint_for_crate)]
5 | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: may be removed in a future compiler version
6 |
7 = note: `#[warn(deprecated)]` on by default
8
0731742a
XL
9error: crate is not marked with #![crate_okay]
10 --> $DIR/issue-15778-fail.rs:5:1
11 |
532ac7d7 12LL | / #![feature(plugin)]
0731742a
XL
13LL | | #![plugin(lint_for_crate)]
14LL | |
e74abb32 15LL | |
0731742a
XL
16LL | | pub fn main() { }
17 | |_________________^
18 |
19 = note: requested on the command line with `-D crate-not-okay`
20
ba9703b0 21error: aborting due to previous error; 1 warning emitted
0731742a 22