Sign in
android
/
toolchain
/
rustc
/
32f7835b4f844d645621e83c89a3178ef87b0d69
/
.
/
src
/
test
/
ui
/
parser
/
keyword-ref-as-identifier.rs
blob: f5e04b5db734666b79256c5bba3fda89fd0fd7fd [
file
] [
log
] [
blame
]
fn
main
()
{
let
ref
=
"foo"
;
//~ error: expected identifier, found `=`
}