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