We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39f848e commit a3686c6Copy full SHA for a3686c6
src/librustc_resolve/lib.rs
@@ -3526,7 +3526,7 @@ impl<'a> Resolver<'a> {
3526
3527
self.populate_module_if_necessary(in_module);
3528
3529
- in_module.for_each_child(|ident, _, name_binding| {
+ in_module.for_each_child_stable(|ident, _, name_binding| {
3530
// abort if the module is already found
3531
if let Some(_) = result {
3532
return ();
0 commit comments