Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
4486c24db3ca1c698b34ea08bee15194774b53df
/
.
/
tests
/
ui
/
array-slice-vec
/
vec-res-add.stderr
blob: cf5796f7e4a4adf2d90be191725cc57f689f9840 [
file
] [
log
] [
blame
]
error
[
E0369
]:
cannot add
`Vec<R>`
to
`Vec<R>`
-->
$DIR
/
vec
-
res
-
add
.
rs
:
16
:
15
|
LL
|
let
k
=
i
+
j
;
|
-
^
-
Vec
<
R
>
|
|
|
Vec
<
R
>
error
:
aborting due to
1
previous error
For
more information about
this
error
,
try
`rustc --explain E0369`
.