Skip to content

Commit

Permalink
Remove comment about re-using Rib allocations
Browse files Browse the repository at this point in the history
  • Loading branch information
Veykril committed Mar 22, 2023
1 parent 84c47b8 commit 204807d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion compiler/rustc_resolve/src/late.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 204807d

Please sign in to comment.