about summary refs log tree commit diff
path: root/compiler/rustc_pattern_analysis/src
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2024-05-04 22:27:34 +0200
committerGitHub <noreply@github.com>2024-05-04 22:27:34 +0200
commit4577b1a7d372353ff5fdd919642ba4d215ff4433 (patch)
tree48826898ff7b24cf1b82c47cbd098ef9da38f461 /compiler/rustc_pattern_analysis/src
parent5d413c111a75c289dbf31b86171b77a408546c00 (diff)
parent7dc27d596b36d81d1aff4d917cfef0771acef0b9 (diff)
downloadrust-4577b1a7d372353ff5fdd919642ba4d215ff4433.tar.gz
rust-4577b1a7d372353ff5fdd919642ba4d215ff4433.zip
Rollup merge of #124721 - ids1024:netbsd-32-bit-ulong, r=workingjubilee
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