Home
last modified time | relevance | path

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

/third_party/rust/rust/src/tools/rust-analyzer/crates/ide/src/
Dinterpret_function.rs36 let span_formatter = |file_id, text_range: TextRange| { in find_and_interpret() localVariable
/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-ty/src/mir/eval/
Dtests.rs61 let span_formatter = |file, range: TextRange| { in check_pass_and_stdio() localVariable
/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-ty/src/consteval/
Dtests.rs65 let span_formatter = |file, range| format!("{:?} {:?}", file, range); in pretty_print_err() localVariable