Sign in
rust
/
rust
/
a5a286df89146c64afebc6dcbbd3f61ba67ae53b
/
.
/
tests
/
ui
/
parser
/
recover
/
recover-struct.rs
blob: bfa5b454c0a8b37b1c6f0e56bef757fd63f68c25 [
file
]
fn
main
()
{
struct
Test
{
Very
Bad
//~ ERROR found `Bad`
Stuff
}
}