We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
fadd
1 parent fa6d1e7 commit 58d62fcCopy full SHA for 58d62fc
tests/codegen/target-feature-inline-closure.rs
@@ -31,3 +31,7 @@ unsafe fn without_avx(x: __m256) -> __m256 {
31
};
32
add(x, x)
33
}
34
+
35
+// Don't allow the above CHECK-NOT to accidentally match a commit hash in the
36
+// compiler version.
37
+// CHECK-LABEL: rustc version
0 commit comments