rust/tests/ui/traits/new-solver/equating-projection-cyclically.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
276 B
Plaintext
Raw Normal View History

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`.