placeholders -> inference vars in comment
This commit is contained in:
parent
ad9e1e377f
commit
988e754691
1 changed files with 1 additions and 1 deletions
|
@ -1809,7 +1809,7 @@ impl<'a, 'tcx> ProbeContext<'a, 'tcx> {
|
||||||
self.erase_late_bound_regions(xform_fn_sig)
|
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(
|
fn impl_ty_and_substs(
|
||||||
&self,
|
&self,
|
||||||
impl_def_id: DefId,
|
impl_def_id: DefId,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue