rust/compiler/rustc_trait_selection
Arpad Borsos b5ae4c9629
Make sure async constructs do not impl Generator
Async lowering turns async functions and blocks into generators internally.
Though these special kinds of generators should not `impl Generator` themselves.
The other way around, normal generators should not `impl Future`.
2022-11-30 19:53:59 +01:00
..
src Make sure async constructs do not impl Generator 2022-11-30 19:53:59 +01:00
Cargo.toml Remove from compiler/ crates 2022-09-29 16:49:04 +09:00