
Hacker News: Front Page
shared a link post in group #Stream of Goodies

github.com
RFC: Rust Has Provenance by RalfJung · Pull Request #3559 · rust-lang/rfcs
Pointers (this includes values of reference type) in Rust have two components. The pointer's "address" says where in memory the pointer is currently pointing. The pointer's "provenance" says where...