2019-12-10 22:03:13 +01:00
|
|
|
error[E0369]: cannot add `std::vec::Vec<R>` to `std::vec::Vec<R>`
|
2019-03-27 13:13:09 -04:00
|
|
|
--> $DIR/vec-res-add.rs:16:15
|
2018-08-08 14:28:26 +02:00
|
|
|
|
|
|
|
|
LL | let k = i + j;
|
2019-03-27 13:13:09 -04:00
|
|
|
| - ^ - std::vec::Vec<R>
|
|
|
|
| |
|
|
|
|
| std::vec::Vec<R>
|
2018-08-08 14:28:26 +02:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0369`.
|