Skip to content

Commit 9ba9897

Browse files
committed
handle rename
1 parent a1d7ed4 commit 9ba9897

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gcc/rust/resolve/rust-forever-stack.hxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,7 @@ ForeverStack<N>::resolve_segments (
588588
{
589589
insert_segment_resolution (outer_seg, rib_lookup->get_node_id ());
590590
if (Analysis::Mappings::get ()
591-
.lookup_ast_module (rib_lookup->get_node_id ())
591+
.lookup_glob_container (rib_lookup->get_node_id ())
592592
.has_value ())
593593
{
594594
current_node

0 commit comments

Comments
 (0)