We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b800c30 commit f0df3d2Copy full SHA for f0df3d2
compiler/rustc_type_ir/src/ty_kind.rs
@@ -218,7 +218,6 @@ pub enum TyKind<I: Interner> {
218
/// the type of the coroutine, we convert them to higher ranked
219
/// lifetimes bound by the witness itself.
220
///
221
- /// This variant is only using when `drop_tracking_mir` is set.
222
/// This contains the `DefId` and the `GenericArgsRef` of the coroutine.
223
/// The actual witness types are computed on MIR by the `mir_coroutine_witnesses` query.
224
0 commit comments