Skip to content

Commit 421c34b

Browse files
committed
typo
1 parent 150cb38 commit 421c34b

File tree

1 file changed

+1
-1
lines changed
  • compiler/rustc_type_ir/src

1 file changed

+1
-1
lines changed

compiler/rustc_type_ir/src/sty.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ pub enum TyKind<I: Interner> {
167167
/// lifetimes bound by the witness itself.
168168
///
169169
/// This variant is only using when `drop_tracking_mir` is set.
170-
/// This contains the `DefId` and the `SubstRef` of the generator.
170+
/// This contains the `DefId` and the `SubstsRef` of the generator.
171171
/// The actual witness types are computed on MIR by the `mir_generator_witnesses` query.
172172
///
173173
/// Looking at the following example, the witness for this generator

0 commit comments

Comments
 (0)