about summary refs log tree commit diff
path: root/compiler
diff options
context:
space:
mode:
authorJack Huey <31162821+jackh726@users.noreply.github.com>2022-07-11 09:52:25 -0400
committerGitHub <noreply@github.com>2022-07-11 09:52:25 -0400
commit988e754691ed754dbbaf25096cfd673dd1da69bc (patch)
tree4a4a0a0402cf5577fc687e21dc0754643617f921 /compiler
parentad9e1e377f88993002278fe3882ccbe80f102e9d (diff)
downloadrust-988e754691ed754dbbaf25096cfd673dd1da69bc.tar.gz
rust-988e754691ed754dbbaf25096cfd673dd1da69bc.zip
placeholders -> inference vars in comment
Diffstat (limited to 'compiler')
-rw-r--r--compiler/rustc_typeck/src/check/method/probe.rs2
1 files changed, 1 insertions, 1 deletions
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 @@ impl<'a, 'tcx> ProbeContext<'a, 'tcx> {
         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,