Sign in
chromium
/
external
/
github.com
/
rust-lang
/
rust
/
73e1f8970fc9a74c13bd7ae2655c66f03d3fc69f
/
.
/
src
/
test
/
ui
/
parser
/
bad-value-ident-false.stderr
blob: ac5fe784a9a0d8d6476ce21c7d90736913ad7d31 [
file
] [
log
] [
blame
]
error
:
expected identifier
,
found keyword
`false`
-->
$DIR
/
bad
-
value
-
ident
-
false
.
rs
:
13
:
4
|
LL
|
fn
false
()
{
}
//~ ERROR expected identifier, found keyword `false`
|
^^^^^
expected identifier
,
found keyword
error
:
aborting due to previous error