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