mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-04 11:17:04 +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`