blob: a3fc16777326dcd9821175c15a697aff6ae43d7c (
plain)
1
2
3
4
5
6
7
8
|
error: expected identifier, found keyword `break`
--> $DIR/keyword.rs:13:9
|
LL | pub mod break {
| ^^^^^ expected identifier, found keyword
error: aborting due to previous error
|