]> git.lizzy.rs Git - rust.git/blob - tests/ui-fulldeps/issue-15778-fail.stderr
Rollup merge of #106244 - atouchet:readme3, r=workingjubilee
[rust.git] / tests / ui-fulldeps / issue-15778-fail.stderr
1 warning: 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    |
4 LL | #![plugin(lint_for_crate)]
5    | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: may be removed in a future compiler version
6    |
7    = note: `#[warn(deprecated)]` on by default
8
9 error: crate is not marked with #![crate_okay]
10   --> $DIR/issue-15778-fail.rs:5:1
11    |
12 LL | / #![feature(plugin)]
13 LL | | #![plugin(lint_for_crate)]
14 LL | |
15 LL | |
16 LL | | pub fn main() { }
17    | |_________________^
18    |
19    = note: requested on the command line with `-D crate-not-okay`
20
21 error: aborting due to previous error; 1 warning emitted
22