You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
assert(!move _11, "attempt to shift right by `{}`, which would overflow", _9) -> [success: bb1, unwind: bb7]; // scope 0 at $DIR/shifts.rs:+2:10: +2:20
50
+
_10 = _9 asu8(IntToInt);// scope 0 at $DIR/shifts.rs:+2:10: +2:20
51
+
_11 = Lt(move _10,const8_u8);// scope 0 at $DIR/shifts.rs:+2:10: +2:20
52
+
assert(move _11,"attempt to shift right by `{}`, which would overflow", _9) -> [success: bb1, unwind: bb7];// scope 0 at $DIR/shifts.rs:+2:10: +2:20
assert(!move _16, "attempt to shift right by `{}`, which would overflow", _14) -> [success: bb2, unwind: bb7]; // scope 0 at $DIR/shifts.rs:+2:22: +2:32
64
+
_15 = _14asu32(IntToInt);// scope 0 at $DIR/shifts.rs:+2:22: +2:32
65
+
_16 = Lt(move _15,const8_u32);// scope 0 at $DIR/shifts.rs:+2:22: +2:32
66
+
assert(move _16,"attempt to shift right by `{}`, which would overflow", _14) -> [success: bb2, unwind: bb7];// scope 0 at $DIR/shifts.rs:+2:22: +2:32
assert(!move _21, "attempt to shift right by `{}`, which would overflow", _19) -> [success: bb3, unwind: bb7]; // scope 0 at $DIR/shifts.rs:+2:34: +2:44
78
+
_20 = _19asu128(IntToInt);// scope 0 at $DIR/shifts.rs:+2:34: +2:44
79
+
_21 = Lt(move _20,const8_u128);// scope 0 at $DIR/shifts.rs:+2:34: +2:44
80
+
assert(move _21,"attempt to shift right by `{}`, which would overflow", _19) -> [success: bb3, unwind: bb7];// scope 0 at $DIR/shifts.rs:+2:34: +2:44
assert(!move _27, "attempt to shift left by `{}`, which would overflow", _25) -> [success: bb4, unwind: bb7]; // scope 0 at $DIR/shifts.rs:+3:10: +3:18
97
+
_26 = _25asu8(IntToInt);// scope 0 at $DIR/shifts.rs:+3:10: +3:18
98
+
_27 = Lt(move _26,const128_u8);// scope 0 at $DIR/shifts.rs:+3:10: +3:18
99
+
assert(move _27,"attempt to shift left by `{}`, which would overflow", _25) -> [success: bb4, unwind: bb7];// scope 0 at $DIR/shifts.rs:+3:10: +3:18
assert(!move _32, "attempt to shift left by `{}`, which would overflow", _30) -> [success: bb5, unwind: bb7]; // scope 0 at $DIR/shifts.rs:+3:20: +3:28
111
+
_31 = _30asu32(IntToInt);// scope 0 at $DIR/shifts.rs:+3:20: +3:28
112
+
_32 = Lt(move _31,const128_u32);// scope 0 at $DIR/shifts.rs:+3:20: +3:28
113
+
assert(move _32,"attempt to shift left by `{}`, which would overflow", _30) -> [success: bb5, unwind: bb7];// scope 0 at $DIR/shifts.rs:+3:20: +3:28
assert(!move _37, "attempt to shift left by `{}`, which would overflow", _35) -> [success: bb6, unwind: bb7]; // scope 0 at $DIR/shifts.rs:+3:30: +3:38
125
+
_36 = _35asu128(IntToInt);// scope 0 at $DIR/shifts.rs:+3:30: +3:38
126
+
_37 = Lt(move _36,const128_u128);// scope 0 at $DIR/shifts.rs:+3:30: +3:38
127
+
assert(move _37,"attempt to shift left by `{}`, which would overflow", _35) -> [success: bb6, unwind: bb7];// scope 0 at $DIR/shifts.rs:+3:30: +3:38
0 commit comments