about summary refs log tree commit diff
path: root/compiler/rustc_span/src
diff options
context:
space:
mode:
authorAman Arora <me@aman-arora.com>2020-10-11 00:14:11 -0400
committerAman Arora <me@aman-arora.com>2020-11-10 20:58:28 -0500
commit88310cc0ebf4144205743dbb3a65223deffcf8e6 (patch)
tree44ea1014b63661687515c17cc8b74572aad787ca /compiler/rustc_span/src
parent127a6ede1dd9622db20bee435221205b3a61d0ba (diff)
downloadrust-88310cc0ebf4144205743dbb3a65223deffcf8e6.tar.gz
rust-88310cc0ebf4144205743dbb3a65223deffcf8e6.zip
Indroduce feature flag for RFC-2229
Signed-off-by: Aman Arora <me@aman-arora.com>
Diffstat (limited to 'compiler/rustc_span/src')
-rw-r--r--compiler/rustc_span/src/symbol.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/rustc_span/src/symbol.rs b/compiler/rustc_span/src/symbol.rs
index ad58f89d87d..3a2a3adce35 100644
--- a/compiler/rustc_span/src/symbol.rs
+++ b/compiler/rustc_span/src/symbol.rs
@@ -318,6 +318,7 @@ symbols! {
         call_mut,
         call_once,
         caller_location,
+        capture_disjoint_fields,
         cdylib,
         ceilf32,
         ceilf64,
@@ -909,6 +910,7 @@ symbols! {
         rustc_args_required_const,
         rustc_attrs,
         rustc_builtin_macro,
+        rustc_capture_analysis,
         rustc_clean,
         rustc_const_stable,
         rustc_const_unstable,