Home
last modified time | relevance | path

Searched defs:with_single_file (Results 1 – 4 of 4) sorted by relevance

/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/ide_assists/src/
H A Dtests.rs36 pub(crate) fn with_single_file(text: &str) -> (RootDatabase, FileId) { in with_single_file() function
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/ide_assists/src/
H A Dtests.rs36 pub(crate) fn with_single_file(text: &str) -> (RootDatabase, FileId) { in with_single_file() function
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/base_db/src/
H A Dfixture.rs21 fn with_single_file(text: &str) -> (Self, FileId) { in with_single_file() method
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/base_db/src/
H A Dfixture.rs22 fn with_single_file(ra_fixture: &str) -> (Self, FileId) { in with_single_file() method