blob: 7924ab74444065190b82382e7bf4a606ea90853e [file] [log] [blame]
error[E0277]: the trait bound `(): Add<A>` is not satisfied
--> $DIR/associated-types-ICE-when-projecting-out-of-err.rs:33: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`.