rust/compiler/rustc_ast_lowering/src
Manish Goregaokar fb2d7dff80
Rollup merge of #88775 - pnkfelix:revert-anon-union-parsing, r=davidtwco
Revert anon union parsing

Revert PR #84571 and #85515, which implemented anonymous union parsing in a manner that broke the context-sensitivity for the `union` keyword and thus broke stable Rust code.

Fix #88583.
2021-09-15 14:56:58 -07:00
..
asm.rs ast_lowering: Introduce lower_span for catching all spans entering HIR 2021-08-29 10:49:40 +03:00
block.rs Add let_else feature gate 2021-08-30 20:18:39 -05:00
expr.rs Auto merge of #84373 - cjgillot:resolve-span, r=michaelwoerister,petrochenkov 2021-09-11 23:35:28 +00:00
item.rs Revert "Implement Anonymous{Struct, Union} in the AST" 2021-09-09 09:14:17 -04:00
lib.rs Rollup merge of #88775 - pnkfelix:revert-anon-union-parsing, r=davidtwco 2021-09-15 14:56:58 -07:00
pat.rs ast_lowering: Introduce lower_span for catching all spans entering HIR 2021-08-29 10:49:40 +03:00
path.rs Compute item_generics_num_lifetimes during resolution. 2021-09-01 20:13:16 +02:00