We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b79bb9 commit 393d933Copy full SHA for 393d933
tests/ui/sse2.rs
@@ -19,7 +19,7 @@ fn main() {
19
assert!(cfg!(target_feature = "sse2"),
20
"SSE2 was not detected as available on an x86 platform");
21
}
22
- // check a negative case too -- allowed on x86, but not enabled by default
23
- assert!(cfg!(not(target_feature = "avx512f")),
24
- "AVX512 shouldn't be detected as available by default on any platform");
+ // check a negative case too -- certainly not enabled by default
+ assert!(cfg!(not(target_feature = "ferris_wheel")),
+ "🎡 shouldn't be detected as available by default on any platform");
25
0 commit comments