mirror of
https://github.com/openharmony/third_party_rust_rust.git
synced 2026-07-21 07:05:33 -04:00
95e096d623
Rust contains various size checks conditional on target_arch = "x86_64", but these checks were never intended to apply to x86_64-unknown-linux-gnux32. Add target_pointer_width = "64" to the conditions.