Remove comment about re-using Rib allocations

This commit is contained in:
Lukas Wirth 2023-03-22 12:09:19 +01:00
parent 84c47b8279
commit 204807d8a9

View File

@ -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.