]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issues/issue-6738.stderr
Auto merge of #54624 - arielb1:evaluate-outlives, r=nikomatsakis
[rust.git] / src / test / ui / issues / issue-6738.stderr
1 error[E0368]: binary assignment operation `+=` cannot be applied to type `T`
2   --> $DIR/issue-6738.rs:16:9
3    |
4 LL |         self.x += v.x;
5    |         ------^^^^^^^
6    |         |
7    |         cannot use `+=` on type `T`
8    |
9    = note: `T` might need a bound for `std::ops::AddAssign`
10
11 error: aborting due to previous error
12
13 For more information about this error, try `rustc --explain E0368`.