Skip to content

Commit fb4bb16

Browse files
authored
Rollup merge of #109047 - tshepang:type, r=lcnr
typo
2 parents 4305c1a + 421c34b commit fb4bb16

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)