Sign in
rust
/
rust-lang
/
rust
/
refs/heads/perf-tmp
/
.
/
tests
/
ui
/
parser
/
keyword-ref-as-identifier.rs
blob: f5e04b5db734666b79256c5bba3fda89fd0fd7fd [
file
] [
log
] [
blame
]
fn
main
()
{
let
ref
=
"foo"
;
//~ error: expected identifier, found `=`
}