diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2023-03-22 20:08:03 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-22 20:08:03 +0100 |
| commit | 3712bfff1bfd894007c7e86bf1a609c07dfb308c (patch) | |
| tree | 1f01e6ad08ebec4e281c6a1c38294573265afba3 /compiler/rustc_resolve/src | |
| parent | 6673d0a534095ac4f8d61ef9b3ed97f174dda482 (diff) | |
| parent | 204807d8a93041f9ef69cc2a69646fe1020f4c9c (diff) | |
| download | rust-3712bfff1bfd894007c7e86bf1a609c07dfb308c.tar.gz rust-3712bfff1bfd894007c7e86bf1a609c07dfb308c.zip | |
Rollup merge of #109457 - Veykril:ribstack, r=petrochenkov
Remove comment about reusing rib allocations Perf indicates this to not be worth the complexity cc #4948
Diffstat (limited to 'compiler/rustc_resolve/src')
| -rw-r--r-- | compiler/rustc_resolve/src/late.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_resolve/src/late.rs b/compiler/rustc_resolve/src/late.rs index 1afd8851ce0..6af9dc89e56 100644 --- a/compiler/rustc_resolve/src/late.rs +++ b/compiler/rustc_resolve/src/late.rs @@ -590,7 +590,6 @@ struct LateResolutionVisitor<'a, 'b, 'ast, 'tcx> { parent_scope: ParentScope<'a>, /// The current set of local scopes for types and values. - /// FIXME #4948: Reuse ribs to avoid allocation. ribs: PerNS<Vec<Rib<'a>>>, /// Previous poped `rib`, only used for diagnostic. |
