]> git.proxmox.com Git - rustc.git/blame - src/test/ui/issues/issue-23122-2.stderr
Update unsuspicious file list
[rustc.git] / src / test / ui / issues / issue-23122-2.stderr
CommitLineData
487cf647 1error[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`
2b03887a 2 --> $DIR/issue-23122-2.rs:11:17
532ac7d7
XL
3 |
4LL | type Next = <GetNext<T::Next> as Next>::Next;
94222f64 5 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
532ac7d7 6 |
c295e0f8 7 = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`issue_23122_2`)
487cf647 8note: required for `GetNext<<<<<<<... as Next>::Next as Next>::Next as Next>::Next as Next>::Next as Next>::Next as Next>::Next>` to implement `Next`
2b03887a
FG
9 --> $DIR/issue-23122-2.rs:10:15
10 |
11LL | impl<T: Next> Next for GetNext<T> {
12 | ^^^^ ^^^^^^^^^^
487cf647 13 = note: the full type name has been written to '$TEST_BUILD_DIR/issues/issue-23122-2/issue-23122-2.long-type-hash.txt'
532ac7d7 14
29967ef6 15error: aborting due to previous error
8faf50e0
XL
16
17For more information about this error, try `rustc --explain E0275`.