From 059b68dd677808e14e560802d235ad40beeba71e Mon Sep 17 00:00:00 2001 From: jedel1043 Date: Sun, 16 May 2021 09:49:16 -0500 Subject: Implement Anonymous{Struct, Union} in the AST Add unnamed_fields feature gate and gate unnamed fields on parsing --- compiler/rustc_span/src/symbol.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'compiler/rustc_span') diff --git a/compiler/rustc_span/src/symbol.rs b/compiler/rustc_span/src/symbol.rs index c9816c2d599..24d2618f1b2 100644 --- a/compiler/rustc_span/src/symbol.rs +++ b/compiler/rustc_span/src/symbol.rs @@ -1269,6 +1269,7 @@ symbols! { unix, unlikely, unmarked_api, + unnamed_fields, unpin, unreachable, unreachable_code, -- cgit 1.4.1-3-g733a5