diff options
| author | Ian Douglas Scott <ian@iandouglasscott.com> | 2024-05-04 11:11:46 -0700 |
|---|---|---|
| committer | Ian Douglas Scott <ian@iandouglasscott.com> | 2024-05-04 11:27:21 -0700 |
| commit | 7dc27d596b36d81d1aff4d917cfef0771acef0b9 (patch) | |
| tree | 5195a338aaefe669900cdb2cbe1a24805e7ee487 /compiler/rustc_pattern_analysis/src | |
| parent | d7ea27808deb5e10a0f7384e339e4e6165e33398 (diff) | |
| download | rust-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
