Home
last modified time | relevance | path

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

/third_party/rust/rust/src/tools/rust-analyzer/crates/rust-analyzer/src/diagnostics/
Dto_proto.rs524 fn check(diagnostics_json: &str, expect: ExpectFile) { in check()
528 fn check_with_config(config: DiagnosticsMapConfig, diagnostics_json: &str, expect: ExpectFile) { in check_with_config()
/third_party/rust/rust/src/tools/rust-analyzer/crates/project-model/src/
Dtests.rs152 fn check_crate_graph(crate_graph: CrateGraph, expect: ExpectFile) { in check_crate_graph()
/third_party/rust/rust/src/tools/rust-analyzer/crates/ide/src/syntax_highlighting/
Dtests.rs1068 fn check_highlighting(ra_fixture: &str, expect: ExpectFile, rainbow: bool) { in check_highlighting()