summaryrefslogtreecommitdiffstats
path: root/src/test/ui-fulldeps/lint-plugin-cmdline-load.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui-fulldeps/lint-plugin-cmdline-load.stderr')
-rw-r--r--src/test/ui-fulldeps/lint-plugin-cmdline-load.stderr18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/test/ui-fulldeps/lint-plugin-cmdline-load.stderr b/src/test/ui-fulldeps/lint-plugin-cmdline-load.stderr
new file mode 100644
index 000000000..981631494
--- /dev/null
+++ b/src/test/ui-fulldeps/lint-plugin-cmdline-load.stderr
@@ -0,0 +1,18 @@
+warning: use of deprecated attribute `plugin`: compiler plugins are deprecated. See https://github.com/rust-lang/rust/pull/64675
+ --> <crate attribute>:1:1
+ |
+LL | plugin(lint_plugin_test)
+ | ^^^^^^^^^^^^^^^^^^^^^^^^ help: may be removed in a future compiler version
+ |
+ = note: `#[warn(deprecated)]` on by default
+
+warning: item is named 'lintme'
+ --> $DIR/lint-plugin-cmdline-load.rs:8:1
+ |
+LL | fn lintme() { }
+ | ^^^^^^^^^^^^^^^
+ |
+ = note: `#[warn(test_lint)]` on by default
+
+warning: 2 warnings emitted
+