Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change x64 size checks to not apply to x32. #82841

Merged
merged 1 commit into from
Mar 9, 2021
Merged

Commits on Mar 6, 2021

  1. Change x64 size checks to not apply to x32.

    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.
    hvdijk committed Mar 6, 2021
    Configuration menu
    Copy the full SHA
    95e096d View commit details
    Browse the repository at this point in the history