Files
rust/library
Matthias Krüger 4577b1a7d3 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`.
2024-05-04 22:27:34 +02:00
..
2024-04-12 16:28:19 -07:00
2024-04-24 13:12:25 +01:00
2024-04-21 21:35:17 -04:00