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