Skip to content

Commit

Permalink
Rollup merge of #109047 - tshepang:type, r=lcnr
Browse files Browse the repository at this point in the history
typo
  • Loading branch information
matthiaskrgr committed Mar 12, 2023
2 parents 4305c1a + 421c34b commit fb4bb16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/rustc_type_ir/src/sty.rs
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ pub enum TyKind<I: Interner> {
/// lifetimes bound by the witness itself.
///
/// This variant is only using when `drop_tracking_mir` is set.
/// This contains the `DefId` and the `SubstRef` of the generator.
/// This contains the `DefId` and the `SubstsRef` of the generator.
/// The actual witness types are computed on MIR by the `mir_generator_witnesses` query.
///
/// Looking at the following example, the witness for this generator
Expand Down

0 comments on commit fb4bb16

Please sign in to comment.