Matthias Krüger 020d7af949
Rollup merge of #105082 - Swatinem:async-abi, r=compiler-errors
Fix Async Generator ABI

This change was missed when making async generators implement `Future` directly.
It did not cause any problems in codegen so far, as `GeneratorState<(), Output>`
happens to have the same ABI as `Poll<Output>`.
2022-12-10 09:24:43 +01:00
..
2022-12-08 23:27:57 +01:00
2022-10-29 20:28:38 +11:00
2022-11-28 17:28:30 +00:00
2022-10-23 10:09:44 +02:00
2022-09-09 01:31:44 +00:00
2022-10-07 09:33:46 -05:00