Home
last modified time | relevance | path

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

/third_party/rust/rust/src/tools/rust-analyzer/crates/rust-analyzer/tests/slow-tests/
Dtestdir.rs7 pub(crate) struct TestDir { struct
12 impl TestDir { implementation
41 pub(crate) fn keep(mut self) -> TestDir { in keep()
50 impl Drop for TestDir { implementation
Dsupport.rs165 fn new(dir: TestDir, config: Config) -> Server { in new()