about summary refs log tree commit diff
path: root/tests/rustdoc-json
diff options
context:
space:
mode:
authorAlona Enraght-Moony <code@alona.page>2025-07-07 21:56:54 +0000
committerAlona Enraght-Moony <code@alona.page>2025-07-07 21:56:54 +0000
commit45053e21b2229c3f7b3b68b253772c4ea19a87c0 (patch)
tree66d1dce15d631d0b5e7b8c0529745172929454fc /tests/rustdoc-json
parent2f8eeb2bba86b8f457ec602c578473c711f85628 (diff)
downloadrust-45053e21b2229c3f7b3b68b253772c4ea19a87c0.tar.gz
rust-45053e21b2229c3f7b3b68b253772c4ea19a87c0.zip
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.
Diffstat (limited to 'tests/rustdoc-json')
-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 ee2b3235f72..ed1a717e1f0 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\")]"]'
 #[target_feature(enable = "avx")]
 pub fn test1() {}