Skip to content

Commit

Permalink
Add reference to breakage this works around
Browse files Browse the repository at this point in the history
  • Loading branch information
eholk committed Jan 21, 2022
1 parent 2c2deff commit ead84d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion compiler/rustc_typeck/src/check/generator_interior.rs
Expand Up @@ -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> {
Expand Down

0 comments on commit ead84d0

Please sign in to comment.