You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/test/ui/issues/issue-23122-2.stderr
+3-3
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,16 @@
1
1
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`
2
-
--> $DIR/issue-23122-2.rs:10:17
2
+
--> $DIR/issue-23122-2.rs:11:17
3
3
|
4
4
LL | type Next = <GetNext<T::Next> as Next>::Next;
5
5
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6
6
|
7
7
= help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`issue_23122_2`)
8
8
note: required for `GetNext<<<<<<... as Next>::Next as Next>::Next as Next>::Next as Next>::Next as Next>::Next>` to implement `Next`
9
-
--> $DIR/issue-23122-2.rs:9:15
9
+
--> $DIR/issue-23122-2.rs:10:15
10
10
|
11
11
LL | impl<T: Next> Next for GetNext<T> {
12
12
| ^^^^ ^^^^^^^^^^
13
-
= note: the full type name has been written to '$TEST_BUILD_DIR/issues/issue-23122-2/issue-23122-2.long-type-3976323088118947840.txt'
13
+
= note: the full type name has been written to '$TEST_BUILD_DIR/issues/issue-23122-2/issue-23122-2.long-type-hash.txt'
0 commit comments