Home
last modified time | relevance | path

Searched refs:goto_params (Results 1 – 2 of 2) sorted by relevance

/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/rust-analyzer/src/
H A Dto_proto.rs1054 let goto_params = lsp_types::request::GotoImplementationParams { in code_lens() localVariable
1083 data: Some(to_value(lsp_ext::CodeLensResolveData::Impls(goto_params)).unwrap()), in code_lens()
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/rust-analyzer/src/
H A Dto_proto.rs1045 let goto_params = lsp_types::request::GotoImplementationParams { in code_lens() localVariable
1074 data: Some(to_value(lsp_ext::CodeLensResolveData::Impls(goto_params)).unwrap()), in code_lens()