mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 06:11:35 +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
|
@ -662,7 +662,7 @@ impl<'a> Ctx<'a> {
|
|||
let attrs = RawAttrs::new(self.db.upcast(), ¶m, self.body_ctx.span_map());
|
||||
debug_assert!(self.generic_param_attr_buffer.insert(item, attrs).is_none());
|
||||
};
|
||||
|
||||
self.body_ctx.take_impl_traits_bounds();
|
||||
let mut generics = GenericParamsCollector::default();
|
||||
|
||||
if let HasImplicitSelf::Yes(bounds) = has_implicit_self {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue