rust/src/test/compile-fail/keyword.rs

4 lines
78 B
Rust

#[legacy_exports]
mod break {
//~^ ERROR found `break` in ident position
}