Closed
Description
We tried to do this a while ago (#91032) but discovered a number of regressions soon afterwards so it was disabled (#93165). This issue tracks known regressions and their fixes. Note that many regressions have been fixed but are not listed here since they were done before I filed this bug.
- Drop tracking error message regression in
issue-70935-complex-spans.rs
#97332 -
must_not_suspend
lint regression with-Zdrop-tracking
#97333 - drop-tracking: ICE when using default struct update syntax #98476
- drop-tracking: type parameters are incorrectly required to be Send to make futures Send #98477
- [drop tracking] Use parent expression for scope, not parent node #101217
- Drop tracking ICE involving await in left hand side of assignment (
-Zdrop-tracking
) #102383 - DO NOT MERGE (yet): Enable
-Zdrop-tracking
by default #97334