We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c00068e commit 30a95b7Copy full SHA for 30a95b7
tests/mir-opt/const_prop/while_let_loops.rs
@@ -1,8 +1,9 @@
1
-// skip-filecheck
2
// unit-test: ConstProp
3
// EMIT_MIR while_let_loops.change_loop_body.ConstProp.diff
4
5
pub fn change_loop_body() {
+ // CHECK-LABEL: fn change_loop_body(
6
+ // CHECK: switchInt(const 0_isize)
7
let mut _x = 0;
8
while let Some(0u32) = None {
9
_x = 1;
0 commit comments