blob: cacc1224aba47d8694dc0d4c1733adf6c835afd0 (
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: u16, _2: usize) -> u16 {
debug x => _1;
debug n => _2;
let mut _0: u16;
bb0: {
_0 = <u16 as Step>::forward(move _1, move _2) -> [return: bb1, unwind continue];
}
bb1: {
return;
}
}
|