rust/src/test/ui/parser/keyword.rs

5 lines
90 B
Rust

pub mod break {
//~^ ERROR expected identifier, found keyword `break`
}
fn main() {}