1
Fork 0

Add reference to breakage this works around

This commit is contained in:
Eric Holk 2022-01-21 11:06:14 -08:00
parent 2c2deff74a
commit ead84d0895

View file

@ -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> {