We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8de6f99 + 58d62fc commit 6631650Copy full SHA for 6631650
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