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