Skip to content

Commit 3712bff

Browse files
authored
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
2 parents 6673d0a + 204807d commit 3712bff

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)