diff options
| author | Lukas Wirth <lukastw97@gmail.com> | 2023-03-22 12:09:19 +0100 |
|---|---|---|
| committer | Lukas Wirth <lukastw97@gmail.com> | 2023-03-22 12:09:19 +0100 |
| commit | 204807d8a93041f9ef69cc2a69646fe1020f4c9c (patch) | |
| tree | 68fbbc98133c67e1f0ed73315ffcdd4c2f89809f | |
| parent | 84c47b8279b39e165dfebeb529eb6d92592e4f8d (diff) | |
| download | rust-204807d8a93041f9ef69cc2a69646fe1020f4c9c.tar.gz rust-204807d8a93041f9ef69cc2a69646fe1020f4c9c.zip | |
Remove comment about re-using Rib allocations
| -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. |
