We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 150cb38 commit 421c34bCopy full SHA for 421c34b
compiler/rustc_type_ir/src/sty.rs
@@ -167,7 +167,7 @@ pub enum TyKind<I: Interner> {
167
/// lifetimes bound by the witness itself.
168
///
169
/// This variant is only using when `drop_tracking_mir` is set.
170
- /// This contains the `DefId` and the `SubstRef` of the generator.
+ /// This contains the `DefId` and the `SubstsRef` of the generator.
171
/// The actual witness types are computed on MIR by the `mir_generator_witnesses` query.
172
173
/// Looking at the following example, the witness for this generator
0 commit comments