We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be02bd9 commit 360bcb6Copy full SHA for 360bcb6
src/test/ui/issues/issue-23122-2.stderr
@@ -5,7 +5,7 @@ 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
-note: required for `GetNext<<<<<<... as Next>::Next as Next>::Next as Next>::Next as Next>::Next as Next>::Next>` to implement `Next`
+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`
9
--> $DIR/issue-23122-2.rs:10:15
10
11
LL | impl<T: Next> Next for GetNext<T> {
0 commit comments