We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
enum.rs
1 parent edba949 commit 7ad307dCopy full SHA for 7ad307d
tests/mir-opt/dataflow-const-prop/enum.rs
@@ -132,7 +132,7 @@ fn multiple(x: bool, i: u8) {
132
// CHECK-NOT: [[x2]] = const 5
133
// CHECK: [[x2]] = const 0_u8;
134
135
- // CHECK: [[some:_.*]] = (({{_.*}} as Some
+ // CHECK: [[some:_.*]] = (({{_.*}} as Some).0: u8)
136
// CHECK: [[x2]] = [[some]];
137
let x2 = match e { Some(i) => i, None => 0 };
138
0 commit comments