]> git.lizzy.rs Git - rust.git/blob - tests/ui/associated-types/impl-wf-cycle-2.stderr
Rollup merge of #106427 - mejrs:translation_errors, r=davidtwco
[rust.git] / tests / 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`.