]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_hir_typeck/src/callee.rs
Rollup merge of #104577 - GuillaumeGomez:remove-focus-on-blur, r=notriddle
[rust.git] / compiler / rustc_hir_typeck / src / callee.rs
index ed2218b8746ee9bdd8f898d20ca4cbf3c9742303..302d512c71d13229bf0c97f2b97d4be60d1435a7 100644 (file)
@@ -380,6 +380,7 @@ fn confirm_builtin_call(
                         predicates.predicates.iter().zip(&predicates.spans)
                     {
                         let obligation = Obligation::new(
+                            self.tcx,
                             ObligationCause::dummy_with_span(callee_expr.span),
                             self.param_env,
                             *predicate,