We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4823822 commit d772cf6Copy full SHA for d772cf6
tests/rustdoc-json/attrs/target_feature.rs
@@ -1,3 +1,5 @@
1
+//@ only-x86_64
2
+
3
//@ count "$.index[?(@.name=='test1')].attrs[*]" 1
4
//@ is "$.index[?(@.name=='test1')].attrs[*].target_feature" '["avx"]'
5
#[target_feature(enable = "avx")]
0 commit comments