]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui-fulldeps/lint-plugin.rs
Rollup merge of #69807 - GuillaumeGomez:cleanup-e0391, r=Dylan-DPC
[rust.git] / src / test / ui-fulldeps / lint-plugin.rs
index 5f8bc16301a74eadc832f44ebbd8567cc04110c5..66057eea6bcf7bd11b6ee5d1af8605165fa95583 100644 (file)
@@ -2,7 +2,7 @@
 // aux-build:lint-plugin-test.rs
 // ignore-stage1
 #![feature(plugin)]
-#![plugin(lint_plugin_test)]
+#![plugin(lint_plugin_test)] //~ WARNING use of deprecated attribute
 #![allow(dead_code)]
 
 fn lintme() { } //~ WARNING item is named 'lintme'