blob: a31c4fa008db14365ef4be97b56ef8596188c457 [file] [log] [blame]
error[E0277]: cannot add `()` to `{integer}`
--> $DIR/issue-11771.rs:13:7
|
LL | 1 +
| ^ no implementation for `{integer} + ()`
|
= help: the trait `std::ops::Add<()>` is not implemented for `{integer}`
error[E0277]: cannot add `()` to `{integer}`
--> $DIR/issue-11771.rs:18:7
|
LL | 1 +
| ^ no implementation for `{integer} + ()`
|
= help: the trait `std::ops::Add<()>` is not implemented for `{integer}`
error: aborting due to 2 previous errors
For more information about this error, try `rustc --explain E0277`.