]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issues/issue-23122-2.stderr
Rollup merge of #104059 - Rejyr:rustc_middle-lint-typo, r=petrochenkov
[rust.git] / src / test / ui / issues / issue-23122-2.stderr
1 error[E0275]: overflow evaluating the requirement `<T as Next>::Next`
2   --> $DIR/issue-23122-2.rs:10:17
3    |
4 LL |     type Next = <GetNext<T::Next> as Next>::Next;
5    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6    |
7    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`issue_23122_2`)
8
9 error: aborting due to previous error
10
11 For more information about this error, try `rustc --explain E0275`.