]> git.proxmox.com Git - rustc.git/blob - src/test/ui/associated-types/impl-wf-cycle-2.stderr
New upstream version 1.65.0+dfsg1
[rustc.git] / src / test / ui / associated-types / impl-wf-cycle-2.stderr
1 error[E0275]: overflow evaluating the requirement `<(T,) as Grault>::A == _`
2 --> $DIR/impl-wf-cycle-2.rs:7:1
3 |
4 LL | impl<T: Grault> Grault for (T,)
5 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6 |
7 note: required for `(T,)` to implement `Grault`
8 --> $DIR/impl-wf-cycle-2.rs:7:17
9 |
10 LL | impl<T: Grault> Grault for (T,)
11 | ^^^^^^ ^^^^
12
13 error: aborting due to previous error
14
15 For more information about this error, try `rustc --explain E0275`.