diff options
| author | Josh Stone <jistone@redhat.com> | 2021-04-12 16:03:53 -0700 |
|---|---|---|
| committer | Josh Stone <jistone@redhat.com> | 2021-04-16 11:11:59 -0700 |
| commit | b79af2fcde91abeae805c2dbccfdbf7114bfd47b (patch) | |
| tree | 05a7eed70824bfae0aef053f516fb5a5327824fb /compiler/rustc_span/src | |
| parent | 2faef12b656d40522ca3b4a53b36299b4364e717 (diff) | |
| download | rust-b79af2fcde91abeae805c2dbccfdbf7114bfd47b.tar.gz rust-b79af2fcde91abeae805c2dbccfdbf7114bfd47b.zip | |
Implement #[rustc_skip_array_during_method_dispatch]
Diffstat (limited to 'compiler/rustc_span/src')
| -rw-r--r-- | compiler/rustc_span/src/symbol.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_span/src/symbol.rs b/compiler/rustc_span/src/symbol.rs index 52270f0e627..a88bcc5c558 100644 --- a/compiler/rustc_span/src/symbol.rs +++ b/compiler/rustc_span/src/symbol.rs @@ -1030,6 +1030,7 @@ symbols! { rustc_regions, rustc_reservation_impl, rustc_serialize, + rustc_skip_array_during_method_dispatch, rustc_specialization_trait, rustc_stable, rustc_std_internal_symbol, |
