2020-07-25 21:27:34 +01:00
|
|
|
error[E0275]: overflow evaluating the requirement `<GetNext<T> as Next>::Next == _`
|
2021-08-06 15:46:20 +00:00
|
|
|
--> $DIR/issue-23122-1.rs:10:17
|
2019-02-23 23:25:30 +01:00
|
|
|
|
|
|
|
|
LL | type Next = <GetNext<T> as Next>::Next;
|
2021-08-06 15:46:20 +00:00
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^
|
2019-02-23 23:25:30 +01:00
|
|
|
|
2023-11-21 15:44:16 +00:00
|
|
|
error: aborting due to 1 previous error
|
2018-07-15 14:11:54 -07:00
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0275`.
|