about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src
diff options
context:
space:
mode:
authorJubilee <46493976+workingjubilee@users.noreply.github.com>2023-12-12 18:48:55 -0800
committerGitHub <noreply@github.com>2023-12-12 18:48:55 -0800
commitf9078a40ee265222c08a6373aa1a87ba647ee45d (patch)
tree91ef09d02d0b8da25fcbea2fac379e4040310874 /compiler/rustc_codegen_llvm/src
parent4583a0134fdf8757eaa831f8c1537f23dd2435d3 (diff)
parent1d78ce681e4bf0c0259fc97e422298d68635dc4f (diff)
downloadrust-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