summaryrefslogtreecommitdiffstats
path: root/src/test/ui/associated-types/associated-types-ICE-when-projecting-out-of-err.stderr
blob: 8c3463a2832e029ef00d5f4b965088c5ae816f6d (plain)
1
2
3
4
5
6
7
8
9
error[E0277]: the trait bound `(): Add<A>` is not satisfied
  --> $DIR/associated-types-ICE-when-projecting-out-of-err.rs:23:11
   |
LL |     r = r + a;
   |           ^ the trait `Add<A>` is not implemented for `()`

error: aborting due to previous error

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