mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-09 10:22:00 +00:00
interpret: rename Tag/PointerTag to Prov/Provenance We were pretty inconsistent with calling this the "tag" vs the "provenance" of the pointer; I think we should consistently call it "provenance". r? `@oli-obk`
For more information about how rustc works, see the rustc dev guide.