blob: 6031d4f08ee9a0643498c9e1cf33b7fb83236a7a (
plain)
1
2
3
4
5
6
7
8
9
|
error[E0308]: mismatched types
--> $DIR/equating-projection-cyclically.rs:25:9
|
LL | x = transform(x);
| ^^^^^^^^^^^^ cyclic type of infinite size
error: aborting due to previous error
For more information about this error, try `rustc --explain E0308`.
|