rust/tests/ui/associated-inherent-types/normalization-overflow.stderr

9 lines
207 B
Plaintext

error: overflow evaluating associated type `T::This`
--> $DIR/normalization-overflow.rs:9:17
|
LL | type This = Self::This;
| ^^^^^^^^^^
error: aborting due to 1 previous error