mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-25 03:27:17 +00:00
This enum was mainly needed to track the precise origin of a span in MIR, for debug printing purposes. Since the old debug code was removed in #115962, we can replace it with just the span itself.