Skip to content

Commit f0df3d2

Browse files
committed
remove outdated comment
1 parent b800c30 commit f0df3d2

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
@@ -218,7 +218,6 @@ pub enum TyKind<I: Interner> {
218218
/// the type of the coroutine, we convert them to higher ranked
219219
/// lifetimes bound by the witness itself.
220220
///
221-
/// This variant is only using when `drop_tracking_mir` is set.
222221
/// This contains the `DefId` and the `GenericArgsRef` of the coroutine.
223222
/// The actual witness types are computed on MIR by the `mir_coroutine_witnesses` query.
224223
///

0 commit comments

Comments
 (0)