]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui-fulldeps/lint-group-plugin.stderr
New upstream version 1.40.0+dfsg1
[rustc.git] / src / test / ui-fulldeps / lint-group-plugin.stderr
index 1af34b306e3a3295faaf7176b0c7d9cf240fe7cc..58dc78b06d3f3b1721435c566a8df15fc5008066 100644 (file)
@@ -1,3 +1,11 @@
+warning: use of deprecated attribute `plugin`: compiler plugins are deprecated. See https://github.com/rust-lang/rust/pull/64675
+  --> $DIR/lint-group-plugin.rs:6:1
+   |
+LL | #![plugin(lint_group_plugin_test)]
+   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: may be removed in a future compiler version
+   |
+   = note: `#[warn(deprecated)]` on by default
+
 warning: item is named 'lintme'
   --> $DIR/lint-group-plugin.rs:9:1
    |