Skip to content

Commit 7e310f4

Browse files
committed
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.
2 parents 0fb279b + 45053e2 commit 7e310f4

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
//@ is "$.index[?(@.name=='test1')].inner.function.header.is_unsafe" false
53
#[target_feature(enable = "avx")]

0 commit comments

Comments
 (0)