collect blocks from unnamed consts too
This commit is contained in:
parent
8850ea0b4f
commit
8fa1d9bb47
@ -579,6 +579,10 @@ fn collect_symbols_from_item_scope(
|
||||
});
|
||||
|
||||
symbols.extend(symbols_iter);
|
||||
|
||||
for const_id in scope.unnamed_consts() {
|
||||
bodies_to_traverse.push(const_id.into())
|
||||
}
|
||||
};
|
||||
|
||||
let mut bodies_to_traverse = Vec::new();
|
||||
|
Loading…
x
Reference in New Issue
Block a user