2020-06-27 15:36:35 -05:00
|
|
|
error[E0275]: overflow evaluating the requirement `<GetNext<T> as Next>::Next`
|
|
|
|
--> $DIR/issue-23122-1.rs:8:5
|
2019-02-23 16:25:30 -06:00
|
|
|
|
|
|
|
|
LL | type Next = <GetNext<T> as Next>::Next;
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
2020-06-27 15:36:35 -05:00
|
|
|
error: aborting due to previous error
|
2018-07-15 16:11:54 -05:00
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0275`.
|