rust/compiler/rustc_codegen_ssa
Michael Goulet ae0a6e8537
Rollup merge of #119198 - compiler-errors:desugaring, r=eholk
Split coroutine desugaring kind from source

What a coroutine is desugared from (gen/async gen/async) should be separate from where it comes (fn/block/closure).
2023-12-22 21:41:04 -05:00
..
2023-11-29 18:00:03 +03:00

Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.