blob: e8d6ca73ad0cf400b999c240957326ef81ecf096 [file] [log] [blame]
#![feature(diagnostic_namespace)]
#[diagnostic]
//~^ERROR cannot find attribute `diagnostic` in this scope
pub struct Bar;
fn main() {
}