Sign in
android
/
toolchain
/
rustc
/
da60c8575e02ed54fcffcb7f2f9289b4705b60ff
/
.
/
src
/
test
/
ui
/
parser
/
recover-struct.rs
blob: bfa5b454c0a8b37b1c6f0e56bef757fd63f68c25 [
file
] [
log
] [
blame
]
fn
main
()
{
struct
Test
{
Very
Bad
//~ ERROR found `Bad`
Stuff
}
}