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.
1 parent 87522d0 commit c00068eCopy full SHA for c00068e
1 file changed
tests/mir-opt/const_prop/tuple_literal_propagation.rs
@@ -1,10 +1,11 @@
1
-// skip-filecheck
2
// unit-test: ConstProp
3
// EMIT_MIR_FOR_EACH_PANIC_STRATEGY
4
// EMIT_MIR tuple_literal_propagation.main.ConstProp.diff
+
5
fn main() {
6
+ // CHECK-LABEL: fn main(
7
+ // CHECK: = consume(const (1_u32, 2_u32))
8
let x = (1, 2);
-
9
consume(x);
10
}
11
0 commit comments