2020-08-13 14:45:08 -05:00
|
|
|
error[E0275]: overflow evaluating the requirement `<GetNext<T> as Next>::Next == _`
|
2018-12-25 09:56:47 -06:00
|
|
|
--> $DIR/issue-23122-1.rs:7:15
|
2018-07-15 16:11:54 -05:00
|
|
|
|
|
|
|
|
LL | impl<T: Next> Next for GetNext<T> {
|
|
|
|
| ^^^^
|
|
|
|
|
2020-08-13 14:45:08 -05:00
|
|
|
error[E0275]: overflow evaluating the requirement `<GetNext<T> as Next>::Next == _`
|
2019-02-23 16:25:30 -06:00
|
|
|
--> $DIR/issue-23122-1.rs:9:5
|
|
|
|
|
|
|
|
|
LL | type Next = <GetNext<T> as Next>::Next;
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
error: aborting due to 2 previous errors
|
2018-07-15 16:11:54 -05:00
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0275`.
|