Update error annotations in ui-fulldeps tests that successfully compile
This commit is contained in:
parent
2c4862245a
commit
d200a3f7ec
@ -3,7 +3,7 @@
|
||||
// ignore-stage1
|
||||
|
||||
#![feature(plugin)]
|
||||
#![plugin(lint_group_plugin_test)]
|
||||
#![plugin(lint_group_plugin_test)] //~ WARNING use of deprecated attribute
|
||||
#![allow(dead_code)]
|
||||
|
||||
fn lintme() { } //~ WARNING item is named 'lintme'
|
||||
|
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user