summaryrefslogtreecommitdiff
path: root/tests/ui/associated-inherent-types/normalization-overflow.stderr
blob: 16bb64281e3af1ed7f0a2b0dbad513228f377a8a (plain)
1
2
3
4
5
6
7
8
error: overflow evaluating associated type `T::This`
  --> $DIR/normalization-overflow.rs:9:17
   |
LL |     type This = Self::This;
   |                 ^^^^^^^^^^

error: aborting due to previous error