]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issues/issue-23122-1.stderr
Auto merge of #59054 - ehuss:ci-i686-gnu-tests, r=pietroalbini
[rust.git] / src / test / ui / issues / issue-23122-1.stderr
1 error[E0275]: overflow evaluating the requirement `<GetNext<T> as Next>::Next`
2   --> $DIR/issue-23122-1.rs:7:15
3    |
4 LL | impl<T: Next> Next for GetNext<T> {
5    |               ^^^^
6
7 error[E0275]: overflow evaluating the requirement `<GetNext<T> as Next>::Next`
8   --> $DIR/issue-23122-1.rs:9:5
9    |
10 LL |     type Next = <GetNext<T> as Next>::Next;
11    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
12
13 error: aborting due to 2 previous errors
14
15 For more information about this error, try `rustc --explain E0275`.