diff options
| author | Jubilee <46493976+workingjubilee@users.noreply.github.com> | 2023-12-12 18:48:55 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-12 18:48:55 -0800 |
| commit | f9078a40ee265222c08a6373aa1a87ba647ee45d (patch) | |
| tree | 91ef09d02d0b8da25fcbea2fac379e4040310874 /compiler/rustc_codegen_llvm/src | |
| parent | 4583a0134fdf8757eaa831f8c1537f23dd2435d3 (diff) | |
| parent | 1d78ce681e4bf0c0259fc97e422298d68635dc4f (diff) | |
| download | rust-f9078a40ee265222c08a6373aa1a87ba647ee45d.tar.gz rust-f9078a40ee265222c08a6373aa1a87ba647ee45d.zip | |
Rollup merge of #118891 - compiler-errors:async-gen-blocks, r=eholk
Actually parse async gen blocks correctly
1. I got the control flow in `parse_expr_bottom` messed up, and obviously forgot a test for `async gen`, so we weren't actually ever parsing it correctly.
2. I forgot to gate the span for `async gen {}`, so even if we did parse it, we wouldn't have correctly denied it in `cfg(FALSE)`.
r? eholk
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
0 files changed, 0 insertions, 0 deletions
