2022-11-19 19:43:12 +00:00
error[E0275]: overflow evaluating the requirement `<<<<<<<... as Next>::Next as Next>::Next as Next>::Next as Next>::Next as Next>::Next as Next>::Next as Next>::Next: Sized`
2023-07-20 15:47:42 +00:00
--> $DIR/issue-23122-2.rs:12:17
2019-02-23 22:25:30 +00:00
|
LL | type Next = <GetNext<T::Next> as Next>::Next;
2021-08-06 15:46:20 +00:00
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2019-02-23 22:25:30 +00:00
|
2021-09-28 20:16:42 +00:00
= help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`issue_23122_2`)
2022-11-26 20:24:58 +00:00
note: required for `GetNext<<<<<<<... as Next>::Next as Next>::Next as Next>::Next as Next>::Next as Next>::Next as Next>::Next>` to implement `Next`
2023-07-20 15:47:42 +00:00
--> $DIR/issue-23122-2.rs:11:15
2022-11-19 19:43:12 +00:00
|
LL | impl<T: Next> Next for GetNext<T> {
2023-01-11 03:21:11 +00:00
| - ^^^^ ^^^^^^^^^^
| |
| unsatisfied trait bound introduced here
2022-11-19 20:26:42 +00:00
= note: the full type name has been written to '$TEST_BUILD_DIR/issues/issue-23122-2/issue-23122-2.long-type-hash.txt'
2019-02-23 22:25:30 +00:00
2020-06-27 20:36:35 +00:00
error: aborting due to previous error
2018-07-15 21:11:54 +00:00
For more information about this error, try `rustc --explain E0275`.