mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-02 06:41:48 +00:00
Update lsp-types and backtrace
This commit is contained in:
parent
368bc56ac1
commit
56f48ac42a
4 changed files with 11 additions and 11 deletions
|
@ -419,7 +419,7 @@ pub fn handle_signature_help(
|
|||
Ok(Some(req::SignatureHelp {
|
||||
signatures: vec![sig_info],
|
||||
active_signature: Some(0),
|
||||
active_parameter: call_info.active_parameter.map(|it| it as u64),
|
||||
active_parameter: call_info.active_parameter.map(|it| it as i64),
|
||||
}))
|
||||
} else {
|
||||
Ok(None)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue