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 6ba56ac commit 7bee1c8Copy full SHA for 7bee1c8
src/tools/miri/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