Home
last modified time | relevance | path

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

/third_party/rust/rust/src/tools/miropt-test-tools/src/
Dlib.rs55 let test_crate = testfile.file_stem().unwrap().to_str().unwrap().replace('-', "_"); in files_for_miropt_test() localVariable
/third_party/rust/rust/src/tools/rust-analyzer/crates/base-db/src/
Dfixture.rs88 fn test_crate(&self) -> CrateId { in test_crate() method
/third_party/rust/rust/src/tools/compiletest/src/
Druntest.rs3898 let test_crate = in check_mir_dump() localVariable