Skip to content

Commit 988e754

Browse files
authored
placeholders -> inference vars in comment
1 parent ad9e1e3 commit 988e754

File tree

1 file changed

+1
-1
lines changed
  • compiler/rustc_typeck/src/check/method

1 file changed

+1
-1
lines changed

Diff for: compiler/rustc_typeck/src/check/method/probe.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1809,7 +1809,7 @@ impl<'a, 'tcx> ProbeContext<'a, 'tcx> {
18091809
self.erase_late_bound_regions(xform_fn_sig)
18101810
}
18111811

1812-
/// Gets the type of an impl and generate substitutions with placeholders.
1812+
/// Gets the type of an impl and generate substitutions with inference vars.
18131813
fn impl_ty_and_substs(
18141814
&self,
18151815
impl_def_id: DefId,

0 commit comments

Comments
 (0)