Sign in
fuchsia
/
third_party
/
rust
/
cf451f08307168f32ffc74b478026e5e3ebc5ca9
/
.
/
tests
/
ui
/
parser
/
keyword-const-as-identifier.rs
blob: 6a2d926bf5796245a6ca61bcf63a5b0322229460 [
file
] [
log
] [
blame
]
// This file was auto-generated using 'src/etc/generate-keyword-tests.py const'
fn
main
()
{
let
const
=
"foo"
;
//~ error: expected identifier, found keyword `const`
}