mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-27 19:16:36 +00:00
They represent a lot of abstraction and indirection, but they're only used for `ConstAnalysis`, and apparently won't be used for any other analyses in the future. This commit inlines and removes them, which makes `ConstAnalysis` easier to read and understand.