Home
last modified time | relevance | path

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

/development/tools/cargo_embargo/src/cargo/
Dcargo_out.rs79 struct TestContents { struct
99 tests: BTreeMap<String, BTreeMap<PathBuf, TestContents>>, argument
218 TestContents { tests: num_tests != 0, benchmarks: num_benchmarks != 0 }, in parse()
235 tests: &BTreeMap<String, BTreeMap<PathBuf, TestContents>>, in from_rustc_invocation() argument