Sign in
android
/
toolchain
/
rustc
/
d720b3f2ba07cb42ff7b311589c99daefe3aaa22
/
.
/
tests
/
ui
/
parser
/
issues
/
issue-86895.stderr
blob: 575d857c0ed4f441f2d9bf2a2f70d92510780888 [
file
] [
log
] [
blame
]
error
:
expected one of
`async`
,
`extern`
,
`fn`
,
or
`unsafe`
,
found keyword
`pub`
-->
$DIR
/
issue
-
86895.rs
:
1
:
7
|
LL
|
const
pub
()
{}
|
^^^
expected one of
`async`
,
`extern`
,
`fn`
,
or
`unsafe`
error
:
aborting due to previous error