mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-07 20:57:21 +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.