We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fc6f3f commit 88bfc2fCopy full SHA for 88bfc2f
src/test/ui-fulldeps/lint-group-plugin.rs
@@ -3,7 +3,7 @@
3
// ignore-stage1
4
5
#![feature(plugin)]
6
-#![plugin(lint_group_plugin_test)]
+#![plugin(lint_group_plugin_test)] //~ WARNING use of deprecated attribute
7
#![allow(dead_code)]
8
9
fn lintme() { } //~ WARNING item is named 'lintme'
src/test/ui-fulldeps/lint-plugin.rs
@@ -2,7 +2,7 @@
2
// aux-build:lint-plugin-test.rs
-#![plugin(lint_plugin_test)]
+#![plugin(lint_plugin_test)] //~ WARNING use of deprecated attribute
0 commit comments