Skip to content

Commit 0a03f8f

Browse files
committed
remove outdated comment
1 parent a56bd2b commit 0a03f8f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

compiler/rustc_type_ir/src/ty_kind.rs

-1
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,6 @@ pub enum TyKind<I: Interner> {
210210
/// the type of the coroutine, we convert them to higher ranked
211211
/// lifetimes bound by the witness itself.
212212
///
213-
/// This variant is only using when `drop_tracking_mir` is set.
214213
/// This contains the `DefId` and the `GenericArgsRef` of the coroutine.
215214
/// The actual witness types are computed on MIR by the `mir_coroutine_witnesses` query.
216215
///

0 commit comments

Comments
 (0)