mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-22 02:00:00 +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``
Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.