mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 07:14:28 +00:00
Fix find_path using the wrong module for visibility calculations
This commit is contained in:
parent
5b49745d00
commit
729a9eb5d0
@ -333,8 +333,8 @@ fn calculate_best_path(
|
||||
db,
|
||||
def_map,
|
||||
visited_modules,
|
||||
from,
|
||||
crate_root,
|
||||
from,
|
||||
info.container,
|
||||
max_len - 1,
|
||||
prefixed,
|
||||
|
Loading…
Reference in New Issue
Block a user