mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 14:52:56 +03: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``