diff options
| author | bors <bors@rust-lang.org> | 2024-02-12 17:06:22 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2024-02-12 17:06:22 +0000 |
| commit | b381d3ab27f788f990551100c4425bb782d26d76 (patch) | |
| tree | aea60adfd638b2a79d72d5f0a2ebb52d5d4472ab /compiler/rustc_span/src | |
| parent | bdc15928c8119a86d15e2946cb54851264607842 (diff) | |
| parent | 8e5f722ece25a9767bde50d4ad1b7161df1ee7f9 (diff) | |
| download | rust-b381d3ab27f788f990551100c4425bb782d26d76.tar.gz rust-b381d3ab27f788f990551100c4425bb782d26d76.zip | |
Auto merge of #120980 - matthiaskrgr:rollup-dsjsqql, r=matthiaskrgr
Rollup of 11 pull requests Successful merges: - #120765 (Reorder diagnostics API) - #120833 (More internal emit diagnostics cleanups) - #120899 (Gracefully handle non-WF alias in `assemble_alias_bound_candidates_recur`) - #120917 (Remove a bunch of dead parameters in functions) - #120928 (Add test for recently fixed issue) - #120933 (check_consts: fix duplicate errors, make importance consistent) - #120936 (improve `btree_cursors` functions documentation) - #120944 (Check that the ABI of the instance we are inlining is correct) - #120956 (Clean inlined type alias with correct param-env) - #120962 (Add myself to library/std review) - #120972 (fix ICE for deref coercions with type errors) r? `@ghost` `@rustbot` modify labels: rollup
Diffstat (limited to 'compiler/rustc_span/src')
| -rw-r--r-- | compiler/rustc_span/src/symbol.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_span/src/symbol.rs b/compiler/rustc_span/src/symbol.rs index c2d02665ef5..b01f184792b 100644 --- a/compiler/rustc_span/src/symbol.rs +++ b/compiler/rustc_span/src/symbol.rs @@ -656,6 +656,7 @@ symbols! { default_method_body_is_const, default_type_parameter_fallback, default_type_params, + delayed_bug_from_inside_query, deny, deprecated, deprecated_safe, @@ -1580,7 +1581,6 @@ symbols! { slice_patterns, slicing_syntax, soft, - span_delayed_bug_from_inside_query, specialization, speed, spotlight, |
