diff --git a/compiler/rustc_typeck/src/check/generator_interior.rs b/compiler/rustc_typeck/src/check/generator_interior.rs index cb6a49bd0c04..c6b92db88ae8 100644 --- a/compiler/rustc_typeck/src/check/generator_interior.rs +++ b/compiler/rustc_typeck/src/check/generator_interior.rs @@ -23,7 +23,8 @@ use tracing::debug; mod drop_ranges; // FIXME(eholk): This flag is here to give a quick way to disable drop tracking in case we find -// unexpected breakages while it's still new. It should be removed before too long. +// unexpected breakages while it's still new. It should be removed before too long. For example, +// see #93161. const ENABLE_DROP_TRACKING: bool = false; struct InteriorVisitor<'a, 'tcx> {