summaryrefslogtreecommitdiffstats
path: root/src/test/ui/generic-associated-types/bugs/issue-87755.stderr
blob: 5d1aff0117c13cb838bcdde5f94e7aa770dee397 (plain)
1
2
3
4
5
6
7
8
9
error[E0275]: overflow evaluating the requirement `<Bar as Foo>::Ass == _`
  --> $DIR/issue-87755.rs:18:16
   |
LL |     type Ass = Bar;
   |                ^^^

error: aborting due to previous error

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