diff options
| author | bors <bors@rust-lang.org> | 2023-07-08 10:46:29 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2023-07-08 10:46:29 +0000 |
| commit | ce519c5945c90596cf429dc2a91c846daeb75cd1 (patch) | |
| tree | 0973cdb39243f1c1f624b362a5a68d210ab6fdb4 /compiler/rustc_span/src | |
| parent | d4096e0412ac5de785d739a0aa2b1c1c7b9d3b7d (diff) | |
| parent | 7a22c7e6f4a18e0dd3427ce2c3c8bf4cda882ad3 (diff) | |
| download | rust-ce519c5945c90596cf429dc2a91c846daeb75cd1.tar.gz rust-ce519c5945c90596cf429dc2a91c846daeb75cd1.zip | |
Auto merge of #113474 - compiler-errors:rollup-07x1up7, r=compiler-errors
Rollup of 8 pull requests Successful merges: - #113413 (Add needs-triage to all new issues) - #113426 (Don't ICE in `resolve_bound_vars` when associated return-type bounds are in bad positions) - #113427 (Remove `variances_of` on RPITIT GATs, remove its one use-case) - #113441 (miri: check that assignments do not self-overlap) - #113453 (Remove unused from_method from rustc_on_unimplemented) - #113456 (Avoid calling report_forbidden_specialization for RPITITs) - #113466 (Update cargo) - #113467 (Fix comment of `fn_can_unwind`) r? `@ghost` `@rustbot` modify labels: rollup
Diffstat (limited to 'compiler/rustc_span/src')
| -rw-r--r-- | compiler/rustc_span/src/symbol.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_span/src/symbol.rs b/compiler/rustc_span/src/symbol.rs index 66a627d5aac..5c6d43e50ea 100644 --- a/compiler/rustc_span/src/symbol.rs +++ b/compiler/rustc_span/src/symbol.rs @@ -759,7 +759,6 @@ symbols! { from_desugaring, from_fn, from_iter, - from_method, from_output, from_residual, from_size_align_unchecked, |
