]> git.lizzy.rs Git - rust.git/blob - src/test/ui/generic-associated-types/bugs/issue-87755.stderr
Rollup merge of #93613 - crlf0710:rename_to_async_iter, r=yaahc
[rust.git] / src / test / ui / generic-associated-types / bugs / issue-87755.stderr
1 error[E0275]: overflow evaluating the requirement `<Bar as Foo>::Ass == _`
2   --> $DIR/issue-87755.rs:17:16
3    |
4 LL |     type Ass = Bar;
5    |                ^^^
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0275`.