mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-15 12:39:31 +03:00
9bb8f88d3a
This uncovered some dead code, most notably in middle/liveness.rs, which I think suggests there must be something fishy with that part of the code. The #[allow(dead_code)] annotations on some of the fields I am not super happy about but as I understand, marker type may disappear at some point.