blob: 3143729f99bb09c4337e6711c3e8009eb147b08d (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
error[E0369]: cannot add `u32` to `u32`
--> $DIR/bad-add-impl.rs:16:10
|
LL | 1u32 + 1u32;
| ---- ^ ---- u32
| |
| u32
error: aborting due to previous error
For more information about this error, try `rustc --explain E0369`.
|