placeholders -> inference vars in comment

This commit is contained in:
Jack Huey 2022-07-11 09:52:25 -04:00 committed by GitHub
parent ad9e1e377f
commit 988e754691
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,