Home
last modified time | relevance | path

Searched defs:lsp_server (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/rust/src/tools/rust-analyzer/crates/rust-analyzer/src/handlers/
Dnotification.rs161 let lsp_server::Response { error, result, .. } = resp; in handle_did_change_configuration() localVariable
/third_party/rust/rust/src/tools/rust-analyzer/crates/rust-analyzer/src/
Dlsp_utils.rs57 let lsp_server::Response { error: None, result: Some(result), .. } = resp in show_message() localVariable