mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-03 01:19:10 +00:00
Polonius liveness has to contain boring locals, and we ignore them in diagnostics to match NLL diagnostics, since they doesn't contain boring locals. We ignored these when explaining why a loan contained a point due to a use of a live var, but not when it contained a point due to a drop of a live var.