summary refs log tree commit diff
path: root/src/test/compile-fail/keyword.rs
blob: e39046fa9f7decec4767f53c2e1c2c63b0215504 (plain)
1
2
3
4
#[legacy_exports]
mod break {
    //~^ ERROR found `break` in ident position
}