mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 22:31:43 +00:00
Hide Binders internals more
This commit is contained in:
parent
6e9798a992
commit
69714d36e6
11 changed files with 108 additions and 88 deletions
|
@ -245,7 +245,8 @@ impl<'a, 'b> ExprValidator<'a, 'b> {
|
|||
Some(callee) => callee,
|
||||
None => return,
|
||||
};
|
||||
let sig = db.callable_item_signature(callee.into()).value;
|
||||
let sig =
|
||||
db.callable_item_signature(callee.into()).into_value_and_skipped_binders().0;
|
||||
|
||||
(sig, args)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue