From 988e754691ed754dbbaf25096cfd673dd1da69bc Mon Sep 17 00:00:00 2001 From: Jack Huey <31162821+jackh726@users.noreply.github.com> Date: Mon, 11 Jul 2022 09:52:25 -0400 Subject: [PATCH] placeholders -> inference vars in comment --- compiler/rustc_typeck/src/check/method/probe.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/rustc_typeck/src/check/method/probe.rs b/compiler/rustc_typeck/src/check/method/probe.rs index a851fd63b5c..2de22530356 100644 --- a/compiler/rustc_typeck/src/check/method/probe.rs +++ b/compiler/rustc_typeck/src/check/method/probe.rs @@ -1809,7 +1809,7 @@ fn xform_method_sig(&self, method: DefId, substs: SubstsRef<'tcx>) -> ty::FnSig< self.erase_late_bound_regions(xform_fn_sig) } - /// Gets the type of an impl and generate substitutions with placeholders. + /// Gets the type of an impl and generate substitutions with inference vars. fn impl_ty_and_substs( &self, impl_def_id: DefId,