We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
EMIT_MIR
1 parent 9981d61 commit b5a5647Copy full SHA for b5a5647
tests/mir-opt/issue_76432.rs
@@ -3,9 +3,9 @@
3
//@ compile-flags: -Zmir-enable-passes=-NormalizeArrayLen
4
// Check that we do not insert StorageDead at each target if StorageDead was never seen
5
6
-// EMIT_MIR issue_76432.test.SimplifyComparisonIntegral.diff
7
use std::fmt::Debug;
8
+// EMIT_MIR issue_76432.test.SimplifyComparisonIntegral.diff
9
fn test<T: Copy + Debug + PartialEq>(x: T) {
10
let v: &[T] = &[x, x, x];
11
match v {
0 commit comments