granite-rust/src/test/ui/vec/vec-res-add.stderr

12 lines
328 B
Text
Raw Normal View History

2019-12-10 22:03:13 +01:00
error[E0369]: cannot add `std::vec::Vec<R>` to `std::vec::Vec<R>`
--> $DIR/vec-res-add.rs:16:15
2018-08-08 14:28:26 +02:00
|
LL | let k = i + j;
| - ^ - 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`.