rust/library/std
Stuart Cook e32379b445
Rollup merge of #148902 - folkertdev:detect-s390x-target-feature, r=tgross35
add missing s390x target feature to std detect test

Fix an oversight from https://github.com/rust-lang/rust/pull/145656, where the `is_s390x_feature_detected!` macro and some target features were stabilized, but other target features remain unstable under a new target feature name.

I tested this locally using a `stage1` build on the test file with the `s390x-unknown-linux-gnu` target.

cc ```@uweigand```
r? ```@Amanieu``` (or whoever really)
2025-11-14 13:14:07 +11:00
..
benches benchmark path.components() iteration 2025-10-25 14:46:58 +02:00
src Guard against incorrect read_buf_exact implementations 2025-11-12 23:12:37 -08:00
tests add missing s390x target feature to std detect test 2025-11-13 12:46:34 +01:00
build.rs Add Motor OS std library port 2025-10-08 08:57:58 -07:00
Cargo.toml Rollup merge of #147000 - moturus:motor-os_stdlib_pr, r=tgross35 2025-10-16 19:35:23 +02:00