]> git.lizzy.rs Git - rust.git/blob - tests/ui/parser/keyword.rs
Auto merge of #107688 - lukas-code:projection-with-lifetime, r=jackh726
[rust.git] / tests / ui / parser / keyword.rs
1 pub mod break {
2     //~^ ERROR expected identifier, found keyword `break`
3 }
4
5 fn main() {}