blob: 75c52fdb4bd281708078a6c3978f2480a2392605 [file] [log] [blame]
// aux-build:lint-for-crate.rs
// ignore-stage1
// compile-flags: -D crate-not-okay
#![feature(plugin)] //~ ERROR crate is not marked with #![crate_okay]
#![plugin(lint_for_crate)]
pub fn main() { }