Skip to content

Commit 0422f44

Browse files
committedFeb 27, 2023
Update MIR doc.
1 parent dd582bd commit 0422f44

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed
 

‎compiler/rustc_middle/src/mir/syntax.rs

-4
Original file line numberDiff line numberDiff line change
@@ -1112,10 +1112,6 @@ pub enum Rvalue<'tcx> {
11121112
/// For addition, subtraction, and multiplication on integers the error condition is set when
11131113
/// the infinite precision result would be unequal to the actual result.
11141114
///
1115-
/// For shift operations on integers the error condition is set when the value of right-hand
1116-
/// side is greater than or equal to the number of bits in the type of the left-hand side, or
1117-
/// when the value of right-hand side is negative.
1118-
///
11191115
/// Other combinations of types and operators are unsupported.
11201116
CheckedBinaryOp(BinOp, Box<(Operand<'tcx>, Operand<'tcx>)>),
11211117

0 commit comments

Comments
 (0)