From 56f48ac42a91576a9ee428c8217b0076ba0dc473 Mon Sep 17 00:00:00 2001 From: kjeremy Date: Thu, 21 Feb 2019 10:07:14 -0500 Subject: Update lsp-types and backtrace --- crates/ra_lsp_server/src/main_loop/handlers.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/ra_lsp_server/src/main_loop/handlers.rs') diff --git a/crates/ra_lsp_server/src/main_loop/handlers.rs b/crates/ra_lsp_server/src/main_loop/handlers.rs index 9208ee473..9abd4054e 100644 --- a/crates/ra_lsp_server/src/main_loop/handlers.rs +++ b/crates/ra_lsp_server/src/main_loop/handlers.rs @@ -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) -- cgit v1.2.3