From a6b980d6d41dda02d031d0f78e3e99c04e49cc9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lauren=C8=9Biu=20Nicola?= Date: Thu, 17 Oct 2019 18:06:01 +0300 Subject: Bump deps --- crates/ra_hir/src/ty/infer/unify.rs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'crates/ra_hir/src/ty/infer') diff --git a/crates/ra_hir/src/ty/infer/unify.rs b/crates/ra_hir/src/ty/infer/unify.rs index 014c7981f..ca33cc7f8 100644 --- a/crates/ra_hir/src/ty/infer/unify.rs +++ b/crates/ra_hir/src/ty/infer/unify.rs @@ -54,7 +54,9 @@ where // recursive type return tv.fallback_value(); } - if let Some(known_ty) = self.ctx.var_unification_table.probe_value(inner).known() { + if let Some(known_ty) = + self.ctx.var_unification_table.inlined_probe_value(inner).known() + { self.var_stack.push(inner); let result = self.do_canonicalize_ty(known_ty.clone()); self.var_stack.pop(); -- cgit v1.2.3