diff options
| author | Aman Arora <me@aman-arora.com> | 2020-10-11 00:14:11 -0400 |
|---|---|---|
| committer | Aman Arora <me@aman-arora.com> | 2020-11-10 20:58:28 -0500 |
| commit | 88310cc0ebf4144205743dbb3a65223deffcf8e6 (patch) | |
| tree | 44ea1014b63661687515c17cc8b74572aad787ca /compiler/rustc_span/src | |
| parent | 127a6ede1dd9622db20bee435221205b3a61d0ba (diff) | |
| download | rust-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.rs | 2 |
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, |
