Skip to content

Commit 45053e2

Browse files
committed
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.
1 parent 2f8eeb2 commit 45053e2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/rustdoc-json/attrs/target_feature.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
//@ only-x86_64
2-
31
//@ is "$.index[?(@.name=='test1')].attrs" '["#[target_feature(enable=\"avx\")]"]'
42
#[target_feature(enable = "avx")]
53
pub fn test1() {}

0 commit comments

Comments
 (0)