about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2025-07-13 12:28:47 +0000
committerbors <bors@rust-lang.org>2025-07-13 12:28:47 +0000
commit7e310f4b9a3f166d833ed09cf1d1ff96ab84b72c (patch)
treee06d8c4787611e8ad2c667bd730ea5454ec5dc4a
parent0fb279be1d96464c69209053ef0f97ad63088cda (diff)
parent45053e21b2229c3f7b3b68b253772c4ea19a87c0 (diff)
downloadrust-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.rs2
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")]