mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-23 11:02:07 +03:00
1a85eb0187
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.