Skip to content

Commit ead84d0

Browse files
committed
Add reference to breakage this works around
1 parent 2c2deff commit ead84d0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

compiler/rustc_typeck/src/check/generator_interior.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ use tracing::debug;
2323
mod drop_ranges;
2424

2525
// 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.
26+
// unexpected breakages while it's still new. It should be removed before too long. For example,
27+
// see #93161.
2728
const ENABLE_DROP_TRACKING: bool = false;
2829

2930
struct InteriorVisitor<'a, 'tcx> {

0 commit comments

Comments
 (0)