mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-24 09:58:18 +00:00
Fix the test for s390x by enabling s390x vector extension via `target_feature(enable = "vector")`(#127506). As this is is still gated by `#![feature(s390x_target_feature)]` we need that attribute also.