blob: 1cc16e2fd1c9edde0e73fa0fcd9c71825bce1215 [file] [log] [blame]
// check-pass
// aux-build:lint-plugin-test.rs
// ignore-stage1
// compile-flags: -A test-lint
#![feature(plugin)]
#![plugin(lint_plugin_test)] //~ WARNING compiler plugins are deprecated
fn lintme() { }
pub fn main() {
}