summaryrefslogtreecommitdiffstats
path: root/tests/ui/lang-items/bad-add-impl.stderr
blob: c5ad9ff2a0856a5cdf7a656fcf01dba8667a457b (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 1 previous error

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