about summary refs log tree commit diff
path: root/compiler/rustc_pattern_analysis/src
diff options
context:
space:
mode:
authorIan Douglas Scott <ian@iandouglasscott.com>2024-05-04 11:11:46 -0700
committerIan Douglas Scott <ian@iandouglasscott.com>2024-05-04 11:27:21 -0700
commit7dc27d596b36d81d1aff4d917cfef0771acef0b9 (patch)
tree5195a338aaefe669900cdb2cbe1a24805e7ee487 /compiler/rustc_pattern_analysis/src
parentd7ea27808deb5e10a0f7384e339e4e6165e33398 (diff)
downloadrust-7dc27d596b36d81d1aff4d917cfef0771acef0b9.tar.gz
rust-7dc27d596b36d81d1aff4d917cfef0771acef0b9.zip
library/std: Fix build for NetBSD targets with 32-bit `c_long`
This fixes building `std` for targets like `mipsel-unknown-netbsd`.

If `c_long` is an `i64`, this conversion works with `Into`. But if it's
an `i32`, this failed to convert a `u32` to an `i32`.
Diffstat (limited to 'compiler/rustc_pattern_analysis/src')
0 files changed, 0 insertions, 0 deletions