mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
61488e5070
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.