mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-30 05:45:12 +00:00
hir_ty: introduce visible_from_module param into method resolution
This commit is contained in:
parent
b1b456c642
commit
34bb13e293
4 changed files with 40 additions and 4 deletions
|
@ -849,6 +849,7 @@ impl<'a> InferenceContext<'a> {
|
|||
self.trait_env.clone(),
|
||||
krate,
|
||||
&traits_in_scope,
|
||||
self.resolver.module(),
|
||||
method_name,
|
||||
)
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue