Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
parser
/
removed-syntax
/
removed-syntax-field-let.rs
blob: 6d64de296f15001130b56ccd8fe76f868325108a [
file
] [
log
] [
blame
] [
edit
]
struct
S
{
let
foo
:
(),
//~^ ERROR expected identifier, found keyword `let`
}
fn
main
()
{}