2023-02-26 23:23:26 -06:00
|
|
|
error[E0308]: mismatched types
|
2023-06-27 16:13:50 -05:00
|
|
|
--> $DIR/equating-projection-cyclically.rs:25:9
|
2023-02-26 23:23:26 -06:00
|
|
|
|
|
|
|
|
LL | x = transform(x);
|
2023-06-27 16:13:50 -05:00
|
|
|
| ^^^^^^^^^^^^ cyclic type of infinite size
|
2023-02-26 23:23:26 -06:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0308`.
|