diff options
| author | bors <bors@rust-lang.org> | 2025-07-13 12:28:47 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2025-07-13 12:28:47 +0000 |
| commit | 7e310f4b9a3f166d833ed09cf1d1ff96ab84b72c (patch) | |
| tree | e06d8c4787611e8ad2c667bd730ea5454ec5dc4a | |
| parent | 0fb279be1d96464c69209053ef0f97ad63088cda (diff) | |
| parent | 45053e21b2229c3f7b3b68b253772c4ea19a87c0 (diff) | |
| download | rust-7e310f4b9a3f166d833ed09cf1d1ff96ab84b72c.tar.gz rust-7e310f4b9a3f166d833ed09cf1d1ff96ab84b72c.zip | |
Auto merge of #143617 - aDotInTheVoid:devdesktoptestattr, r=Mark-Simulacrum
Run `tests/rustdoc-json/attrs/target_features` on all hosts. Makes it more convenient to test rustdoc on non x86_64. I mainly care about the aarch64 dev-desktops. This works because rustdoc uses all target features, not just that of the target.
| -rw-r--r-- | tests/rustdoc-json/attrs/target_feature.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/rustdoc-json/attrs/target_feature.rs b/tests/rustdoc-json/attrs/target_feature.rs index 5c8aeb84ee3..01bc4f54d32 100644 --- a/tests/rustdoc-json/attrs/target_feature.rs +++ b/tests/rustdoc-json/attrs/target_feature.rs @@ -1,5 +1,3 @@ -//@ only-x86_64 - //@ is "$.index[?(@.name=='test1')].attrs" '["#[target_feature(enable=\"avx\")]"]' //@ is "$.index[?(@.name=='test1')].inner.function.header.is_unsafe" false #[target_feature(enable = "avx")] |
