mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 12:54:58 +00:00
fix: Fix implicit ty args being lowered where they shouldn't
This commit is contained in:
parent
cfce2bb46d
commit
8241d8a0b8
4 changed files with 116 additions and 120 deletions
|
@ -377,7 +377,7 @@ impl GenericParamsCollector {
|
|||
}
|
||||
}
|
||||
|
||||
pub(crate) fn fill_implicit_impl_trait_args(
|
||||
fn fill_implicit_impl_trait_args(
|
||||
&mut self,
|
||||
db: &dyn DefDatabase,
|
||||
exp: &mut Lazy<(Arc<DefMap>, Expander), impl FnOnce() -> (Arc<DefMap>, Expander)>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue