Skip to content

Commit 204807d

Browse files
committed
Remove comment about re-using Rib allocations
1 parent 84c47b8 commit 204807d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

compiler/rustc_resolve/src/late.rs

-1
Original file line numberDiff line numberDiff line change
@@ -590,7 +590,6 @@ struct LateResolutionVisitor<'a, 'b, 'ast, 'tcx> {
590590
parent_scope: ParentScope<'a>,
591591

592592
/// The current set of local scopes for types and values.
593-
/// FIXME #4948: Reuse ribs to avoid allocation.
594593
ribs: PerNS<Vec<Rib<'a>>>,
595594

596595
/// Previous poped `rib`, only used for diagnostic.

0 commit comments

Comments
 (0)