Home
last modified time | relevance | path

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

/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-ty/src/
Dlib.rs492 struct ErrorReplacer { in replace_errors_with_variables() struct
493 vars: usize, in replace_errors_with_variables()
495 impl FallibleTypeFolder<Interner> for ErrorReplacer { in replace_errors_with_variables() implementation