mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-22 18:15:07 +03:00
Update error annotations in ui-fulldeps tests that successfully compile
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user