Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
parser
/
suggest-assoc-const.stderr
blob: 70ebeded313741ffb5262bb67549c34ed1e560d2 [
file
] [
log
] [
blame
] [
edit
]
error
:
non
-
item
in
item list
-->
$DIR
/
suggest
-
assoc
-
const
.
rs
:
5
:
5
|
LL
|
let
_X
:
i32
;
|
^^^
|
help
:
consider
using
`const`
instead of
`let`
for
associated
const
|
LL
|
const
_X
:
i32
;
|
~~~~~
error
:
aborting due to
1
previous error