Home
last modified time | relevance | path

Searched defs:LspError (Results 1 – 3 of 3) sorted by relevance

/third_party/rust/rust/src/tools/rust-analyzer/crates/rust-analyzer/src/
Dlib.rs67 struct LspError { struct
72 impl LspError { impl
73 fn new(code: i32, message: String) -> LspError { in new()
78 impl fmt::Display for LspError { implementation
84 impl std::error::Error for LspError {} implementation
Dlsp_utils.rs15 pub(crate) fn invalid_params_error(message: String) -> LspError { in invalid_params_error()
Dto_proto.rs1405 pub(crate) fn rename_error(err: RenameError) -> crate::LspError { in rename_error()