Sign in
android
/
toolchain
/
rustc
/
fd666f2f11b6b870cdfff85689e078cd371668e2
/
.
/
src
/
test
/
ui
/
parser
/
underscore_static.stderr
blob: 4c41afdc3f09ef5bac10c40da0365b93746e309a [
file
] [
log
] [
blame
]
error
:
expected identifier
,
found reserved identifier
`_`
-->
$DIR
/
underscore_static
.
rs
:
1
:
8
|
LL
|
static
_
:
()
=
();
|
^
expected identifier
,
found reserved identifier
error
:
aborting due to previous error