Sign in
rust
/
rust
/
2d3dfece0346f805c6d4fa86c2e8a20ca3eef6ca
/
.
/
tests
/
ui
/
parser
/
misspelled-keywords
/
let.rs
blob: 461c3e518db82fddf5edb6d5051711603e1c116f [
file
]
fn
main
()
{
Let
a
=
10
;
//~^ ERROR expected one of
}
fn
code
()
{
lett a
=
10
;
//~^ ERROR expected one of
}