From f0df3d2dfbdab3567520366c979df4e20b2796f9 Mon Sep 17 00:00:00 2001 From: lcnr Date: Tue, 24 Oct 2023 18:48:33 +0200 Subject: [PATCH] remove outdated comment --- compiler/rustc_type_ir/src/ty_kind.rs | 1 - 1 file changed, 1 deletion(-) 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 { /// 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. ///