Add reference to breakage this works around
This commit is contained in:
parent
2c2deff74a
commit
ead84d0895
1 changed files with 2 additions and 1 deletions
|
@ -23,7 +23,8 @@ use tracing::debug;
|
||||||
mod drop_ranges;
|
mod drop_ranges;
|
||||||
|
|
||||||
// FIXME(eholk): This flag is here to give a quick way to disable drop tracking in case we find
|
// 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;
|
const ENABLE_DROP_TRACKING: bool = false;
|
||||||
|
|
||||||
struct InteriorVisitor<'a, 'tcx> {
|
struct InteriorVisitor<'a, 'tcx> {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue