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