mirror of
https://github.com/rust-lang/rust.git
synced 2026-07-26 17:42:22 -04:00
6473a0f02d
Remove Rvalue::Len again. Now that we have `RawPtrKind::FakeForPtrMetadata`, we can reimplement `Rvalue::Len` using `PtrMetadata(&raw const (fake) place)`. r? ``@scottmcm``