summaryrefslogtreecommitdiffstats
path: root/src/test/ui/issues/issue-23122-2.stderr
blob: f6cda3de5c763138558a318195c6bbdc462bdfda (plain)
1
2
3
4
5
6
7
8
9
10
11
error[E0275]: overflow evaluating the requirement `<T as Next>::Next`
  --> $DIR/issue-23122-2.rs:10:17
   |
LL |     type Next = <GetNext<T::Next> as Next>::Next;
   |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
   = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`issue_23122_2`)

error: aborting due to previous error

For more information about this error, try `rustc --explain E0275`.