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 efa610f commit 0bb8603Copy full SHA for 0bb8603
tests/fail/function_calls/target_feature.rs
@@ -1,4 +1,5 @@
1
//@only-target-x86_64: uses x86 target features
2
+//@ignore-target-x86_64-apple-darwin: that target actually has ssse3
3
4
fn main() {
5
assert!(!is_x86_feature_detected!("ssse3"));
0 commit comments