Sign in
rust
/
rust
/
97b1c314892ef4497c0ce5656daa3a54c4e052d3
/
.
/
tests
/
ui
/
parser
/
bad-let-as-field.rs
blob: fec2bc25617acca615a7793f4d6936776fb33b5b [
file
]
struct
Foo
{
let
:
i32
,
//~^ ERROR expected identifier, found keyword
}
fn
main
()
{}