Home
last modified time | relevance | path

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

/third_party/rust/rust/src/tools/rust-analyzer/crates/rust-analyzer/src/
Dreload.rs190 let linked_projects = self.config.linked_projects(); in fetch_workspaces() localVariable
Dconfig.rs888 pub fn linked_projects(&self) -> Vec<LinkedProject> { in linked_projects() method
924 let mut linked_projects = linked_projects in add_linked_projects() localVariable