mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 21:15:18 +03:00
placeholders -> inference vars in comment
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user