We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c2deff commit ead84d0Copy full SHA for ead84d0
compiler/rustc_typeck/src/check/generator_interior.rs
@@ -23,7 +23,8 @@ use tracing::debug;
23
mod drop_ranges;
24
25
// FIXME(eholk): This flag is here to give a quick way to disable drop tracking in case we find
26
-// 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,
27
+// see #93161.
28
const ENABLE_DROP_TRACKING: bool = false;
29
30
struct InteriorVisitor<'a, 'tcx> {
0 commit comments