about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src
diff options
context:
space:
mode:
authorArpad Borsos <swatinem@swatinem.de>2022-11-30 19:34:19 +0100
committerArpad Borsos <swatinem@swatinem.de>2022-11-30 19:53:59 +0100
commitb5ae4c9629f697034fb93f660202f354f13b74c3 (patch)
tree069443398839868ea0cebdb13618e501257edd95 /compiler/rustc_codegen_llvm/src
parent8de4b138455add55bde6de5553a933a2ab79b71f (diff)
downloadrust-b5ae4c9629f697034fb93f660202f354f13b74c3.tar.gz
rust-b5ae4c9629f697034fb93f660202f354f13b74c3.zip
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`.
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
0 files changed, 0 insertions, 0 deletions