mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-04 17:49:34 +00:00
This was relying on the presence of a bitcast to avoid using the constant global initializer for a load using a different type. With opaque pointers, we need to check this explicitly.