Sign in
android
/
toolchain
/
rustc
/
ff3f07ae99a30006dd85b9d73084edd9355c9db6
/
.
/
src
/
test
/
ui
/
parser
/
removed-syntax-field-let.rs
blob: 3412788668ac2583d46e59388916eded24f2e587 [
file
] [
log
] [
blame
]
// compile-flags: -Z continue-parse-after-error
struct
S
{
let
foo
:
(),
//~^ ERROR expected identifier, found keyword `let`
//~^^ ERROR expected `:`, found `foo`
}
fn
main
()
{}