about summary refs log tree commit diff
path: root/src/libsyntax_pos
diff options
context:
space:
mode:
authorMichael Bradshaw <mjbshaw@google.com>2019-05-22 07:31:09 -0700
committerMichael Bradshaw <mjbshaw@google.com>2019-06-10 22:07:24 -0700
commitdac1c6a731713ec9e90a1e05b3e2c789faf3f2ba (patch)
tree276cd02fcc9fe0bdd1bf97cb9930e0ef4032f65f /src/libsyntax_pos
parent02564de47b40e953b5144dfd37450c16a84672f1 (diff)
downloadrust-dac1c6a731713ec9e90a1e05b3e2c789faf3f2ba.tar.gz
rust-dac1c6a731713ec9e90a1e05b3e2c789faf3f2ba.zip
Implement RFC 2645 (transparent enums and unions)
Tracking issue: #60405
Diffstat (limited to 'src/libsyntax_pos')
-rw-r--r--src/libsyntax_pos/symbol.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libsyntax_pos/symbol.rs b/src/libsyntax_pos/symbol.rs
index 302b3c75263..875c286bd8a 100644
--- a/src/libsyntax_pos/symbol.rs
+++ b/src/libsyntax_pos/symbol.rs
@@ -623,6 +623,8 @@ symbols! {
         trait_alias,
         transmute,
         transparent,
+        transparent_enums,
+        transparent_unions,
         trivial_bounds,
         Try,
         try_blocks,