diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2023-03-12 20:44:52 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-12 20:44:52 +0100 |
| commit | fb4bb1679a83ca9367be9b7868c9a7794b87d64a (patch) | |
| tree | 6e1847fe26638d3a0a169dc0b9bf6884667dd82d | |
| parent | 4305c1a89d24987a78912beb3d921ce10538b9f5 (diff) | |
| parent | 421c34b2b064d17e79154bf55a95a08764d5b27e (diff) | |
| download | rust-fb4bb1679a83ca9367be9b7868c9a7794b87d64a.tar.gz rust-fb4bb1679a83ca9367be9b7868c9a7794b87d64a.zip | |
Rollup merge of #109047 - tshepang:type, r=lcnr
typo
| -rw-r--r-- | compiler/rustc_type_ir/src/sty.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_type_ir/src/sty.rs b/compiler/rustc_type_ir/src/sty.rs index ebe2b76aef3..62e699eefd7 100644 --- a/compiler/rustc_type_ir/src/sty.rs +++ b/compiler/rustc_type_ir/src/sty.rs @@ -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 |
