Home
last modified time | relevance | path

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

/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-ty/src/
Dlib.rs484 pub fn replace_errors_with_variables<T>(t: &T) -> Canonical<T> in replace_errors_with_variables() function
/third_party/rust/rust/src/tools/rust-analyzer/crates/hir/src/
Dlib.rs3838 let canonical = hir_ty::replace_errors_with_variables(&self.ty); in autoderef_()
4020 let canonical = hir_ty::replace_errors_with_variables(&self.ty); in iterate_method_candidates_dyn()
4077 let canonical = hir_ty::replace_errors_with_variables(&self.ty); in iterate_path_candidates_dyn()
4251 let tys = hir_ty::replace_errors_with_variables(&(self.ty.clone(), other.ty.clone())); in could_unify_with()
4256 let tys = hir_ty::replace_errors_with_variables(&(self.ty.clone(), to.ty.clone())); in could_coerce_to()