rust/library/std
Ian Douglas Scott 7dc27d596b 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 11:27:21 -07:00
..
benches also test parts of std 2024-04-07 10:05:57 +02:00
src library/std: Fix build for NetBSD targets with 32-bit c_long 2024-05-04 11:27:21 -07:00
tests disable create_dir_all_bare on all(miri, windows) 2024-04-15 10:15:14 +02:00
build.rs Support for visionOS 2024-03-18 20:45:45 -07:00
Cargo.toml library/std: Remove unused gimli-symbolize feature 2024-05-02 06:51:17 +02:00