mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-05 11:47:13 +00:00

cleanup: remove zero-offset GEP This GEP would've been used to change the pointer type in the past, but after opaque pointers it's a no-op. I missed removing this in #105545. Split out from #121577.
Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.