summaryrefslogtreecommitdiffstats
path: root/src/test/ui/associated-types/impl-wf-cycle-2.stderr
blob: ec4ffe27c5fda6eb5cabcb5b9e2e821d12dc09b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
error[E0275]: overflow evaluating the requirement `<(T,) as Grault>::A == _`
  --> $DIR/impl-wf-cycle-2.rs:7:1
   |
LL | impl<T: Grault> Grault for (T,)
   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
   |
note: required for `(T,)` to implement `Grault`
  --> $DIR/impl-wf-cycle-2.rs:7:17
   |
LL | impl<T: Grault> Grault for (T,)
   |                 ^^^^^^     ^^^^

error: aborting due to previous error

For more information about this error, try `rustc --explain E0275`.