diff options
| author | lcnr <rust@lcnr.de> | 2023-10-24 18:48:33 +0200 |
|---|---|---|
| committer | lcnr <rust@lcnr.de> | 2023-11-02 17:20:13 +0100 |
| commit | f0df3d2dfbdab3567520366c979df4e20b2796f9 (patch) | |
| tree | 118386adaf4295cfb37fe878928f092977231fe0 | |
| parent | b800c303525f74023e02e01eb2c5c578439ef053 (diff) | |
| download | rust-f0df3d2dfbdab3567520366c979df4e20b2796f9.tar.gz rust-f0df3d2dfbdab3567520366c979df4e20b2796f9.zip | |
remove outdated comment
| -rw-r--r-- | compiler/rustc_type_ir/src/ty_kind.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_type_ir/src/ty_kind.rs b/compiler/rustc_type_ir/src/ty_kind.rs index dceb5ba0560..2138c273341 100644 --- a/compiler/rustc_type_ir/src/ty_kind.rs +++ b/compiler/rustc_type_ir/src/ty_kind.rs @@ -218,7 +218,6 @@ pub enum TyKind<I: Interner> { /// the type of the coroutine, we convert them to higher ranked /// lifetimes bound by the witness itself. /// - /// This variant is only using when `drop_tracking_mir` is set. /// This contains the `DefId` and the `GenericArgsRef` of the coroutine. /// The actual witness types are computed on MIR by the `mir_coroutine_witnesses` query. /// |
