Sign in
android
/
toolchain
/
rustc
/
d720b3f2ba07cb42ff7b311589c99daefe3aaa22
/
.
/
tests
/
ui
/
parser
/
issues
/
issue-89388.stderr
blob: cf28bef0f4ab014e256a0def08e0619950cd4536 [
file
] [
log
] [
blame
]
error
:
missing angle brackets
in
associated item path
-->
$DIR
/
issue
-
89388.rs
:
5
:
24
|
LL
|
let
_
=
option
.
map
([
_
]::
to_vec
);
|
^^^^^^^^^^^
help
:
try
:
`<[_]>::to_vec`
error
:
aborting due to previous error