rust/compiler/rustc_const_eval
Ralf Jung 0ec3269db8 interpret: rename Tag/PointerTag to Prov/Provenance
Let's avoid using two different terms for the same thing -- let's just call it "provenance" everywhere.
In Miri, provenance consists of an AllocId and an SbTag (Stacked Borrows tag), which made this even more confusing.
2022-07-19 15:38:32 -04:00
..
src interpret: rename Tag/PointerTag to Prov/Provenance 2022-07-19 15:38:32 -04:00
Cargo.toml Initial fixes on top of type interner commit 2022-05-28 11:38:22 -07:00