summary refs log tree commit diff
path: root/src/test/ui/vec/vec-res-add.stderr
blob: 62d3f046c967e559926f6c5c9d83815b86853d6c (plain)
1
2
3
4
5
6
7
8
9
10
11
error[E0369]: binary operation `+` cannot be applied to type `std::vec::Vec<r>`
  --> $DIR/vec-res-add.rs:26:13
   |
LL |     let k = i + j;
   |             ^^^^^
   |
   = note: an implementation of `std::ops::Add` might be missing for `std::vec::Vec<r>`

error: aborting due to previous error

For more information about this error, try `rustc --explain E0369`.