Sign in
rust
/
rust-lang
/
rust
/
refs/heads/lcnr/rustc-dev-guide
/
.
/
tests
/
ui
/
parser
/
keyword-mut-as-identifier.rs
blob: 9b919d2b383c2f31bcaa466db3e4f6f4e4fa7a42 [
file
] [
log
] [
blame
]
fn
main
()
{
let
mut
=
"foo"
;
//~ error: expected identifier, found `=`
}