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