]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui-fulldeps/issue-15778-fail.stderr
--bless ui-fulldeps tests
[rust.git] / src / test / ui-fulldeps / issue-15778-fail.stderr
index 49a2b260a1e319fdb7a4509932d640f3b435b4a1..3afdb1fbf807db6fe70ad7b447b9129c987bfe9f 100644 (file)
@@ -1,9 +1,18 @@
+warning: use of deprecated attribute `plugin`: compiler plugins are deprecated. See https://github.com/rust-lang/rust/issues/29597
+  --> $DIR/issue-15778-fail.rs:6:1
+   |
+LL | #![plugin(lint_for_crate)]
+   | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove this attribute
+   |
+   = note: `#[warn(deprecated)]` on by default
+
 error: crate is not marked with #![crate_okay]
-  --> $DIR/issue-15778-fail.rs:15:1
+  --> $DIR/issue-15778-fail.rs:5:1
    |
-LL | / #![feature(plugin)] //~ ERROR crate is not marked with #![crate_okay]
+LL | / #![feature(plugin)]
 LL | | #![plugin(lint_for_crate)]
 LL | |
+LL | |
 LL | | pub fn main() { }
    | |_________________^
    |