rust/compiler/rustc_ast/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
..
ast mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
attr Keep a parent LocalDefId in SpanData. 2021-09-10 20:17:33 +02:00
expand Make allocator_kind a query. 2021-06-20 11:52:51 +02:00
util Handle let-else initializer edge case errors 2021-08-30 20:18:42 -05:00
ast_like.rs parser: Ensure that all nonterminals have tokens after parsing 2021-06-06 14:21:12 +03:00
ast.rs Revert "Implement Anonymous{Struct, Union} in the AST" 2021-09-09 09:14:17 -04:00
entry.rs Fix ICE when main is declared in an extern block 2021-06-09 23:14:02 -04:00
lib.rs Bump stage0 compiler to 1.56 2021-09-08 20:51:05 -04:00
mut_visit.rs Revert "Implement Anonymous{Struct, Union} in the AST" 2021-09-09 09:14:17 -04:00
node_id.rs Use LocalExpnId where possible. 2021-07-17 19:41:02 +02:00
ptr.rs Remove box syntax from rustc_ast 2021-08-18 09:25:26 +02:00
token.rs Fix formatting 2021-09-04 22:38:39 -04:00
tokenstream.rs don't clone attrs 2021-05-30 22:44:40 +03:00
visit.rs Revert "Implement Anonymous{Struct, Union} in the AST" 2021-09-09 09:14:17 -04:00