blob: f1d0da28b4ef195d5a76ba62abb70b0736a84a96 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
// MIR for `step_forward` after PreCodegen
fn step_forward(_1: u32, _2: usize) -> u32 {
debug x => _1;
debug n => _2;
let mut _0: u32;
bb0: {
_0 = <u32 as Step>::forward(move _1, move _2) -> [return: bb1, unwind continue];
}
bb1: {
return;
}
}
|