summaryrefslogtreecommitdiffstats
path: root/tests/ui/union/projection-as-union-type-error.stderr
blob: e4fbe9603ad458b916c0be16ad5f0d989b89beb1 (plain)
1
2
3
4
5
6
7
8
9
error[E0277]: the trait bound `u8: Identity` is not satisfied
  --> $DIR/projection-as-union-type-error.rs:13:9
   |
LL |     a:  <Foo as Identity>::Identity,
   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `Identity` is not implemented for `u8`

error: aborting due to previous error

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