Home
last modified time | relevance | path

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

/third_party/rust/rust/src/tools/rust-analyzer/crates/hir-ty/src/infer/
Dexpr.rs57 let could_unify = self.unify(&ty, &expected_ty); in infer_expr() localVariable
113 let could_unify = self.unify(&ty, &expected_ty); in infer_expr_coerce_never() localVariable
Dunify.rs78 pub fn could_unify( in could_unify() function