summaryrefslogtreecommitdiffstats
path: root/tests/ui/typeck/lazy-norm/cast-checks-handling-projections.stderr
blob: 6b09ccd52140def0329639a2f6ad5889d8193cbf (plain)
1
2
3
4
5
6
7
8
9
error[E0271]: type mismatch resolving `char == <u8 as Add>::Output`
  --> $DIR/cast-checks-handling-projections.rs:5:5
   |
LL |     (0u8 + 0u8) as char;
   |     ^^^^^^^^^^^ types differ

error: aborting due to previous error

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