We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37b15ca commit 1f9b9ceCopy full SHA for 1f9b9ce
tests/mir-opt/dataflow-const-prop/enum.rs
@@ -62,7 +62,7 @@ fn statics() {
62
63
static RC: &E = &E::V2(4);
64
65
- // CHECK: [[t:_.*]] = const {alloc2: &&E};
+ // CHECK: [[t:_.*]] = const {alloc9: &&E};
66
// CHECK: [[e2]] = (*[[t]]);
67
let e2 = RC;
68
0 commit comments