We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d64d1fe commit 0735bd3Copy full SHA for 0735bd3
compiler/noirc_frontend/src/hir/resolution/visibility.rs
@@ -59,7 +59,7 @@ pub(crate) fn module_descendent_of_target(
59
return true;
60
}
61
62
- def_map[target]
+ def_map[current]
63
.parent
64
.is_some_and(|parent| module_descendent_of_target(def_map, target, parent))
65
0 commit comments