Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
parser
/
public-instead-of-pub-2.stderr
blob: 09d564d7a39b8eeb85bf00098f13b3c3624bc5b6 [
file
] [
log
] [
blame
] [
edit
]
error
:
expected one of
`!`
or
`::`
,
found keyword
`let`
-->
$DIR
/
public
-
instead
-
of
-
pub
-
2.rs
:
4
:
8
|
LL
|
public
let
x
=
1
;
|
^^^
expected one of
`!`
or
`::`
error
:
aborting due to
1
previous error