We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4305c1a + 421c34b commit fb4bb16Copy full SHA for fb4bb16
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