mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 04:44:57 +00:00
Consider macro sub-namespace during name resolution
This commit is contained in:
parent
3203ea896d
commit
f2a35deb50
15 changed files with 236 additions and 36 deletions
|
@ -543,6 +543,7 @@ mod tests {
|
|||
module.local_id,
|
||||
&mod_path,
|
||||
crate::item_scope::BuiltinShadowMode::Module,
|
||||
None,
|
||||
)
|
||||
.0
|
||||
.take_types()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue