mirror of
https://github.com/rust-lang/rust.git
synced 2026-03-19 16:39: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`