Skip to content

Commit fb1f7f7

Browse files
committed
Remove exception from MIR doc.
1 parent 085eaa7 commit fb1f7f7

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

compiler/rustc_middle/src/mir/syntax.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1108,10 +1108,6 @@ pub enum Rvalue<'tcx> {
11081108

11091109
/// Same as `BinaryOp`, but yields `(T, bool)` with a `bool` indicating an error condition.
11101110
///
1111-
/// When overflow checking is disabled and we are generating run-time code, the error condition
1112-
/// is false. Otherwise, and always during CTFE, the error condition is determined as described
1113-
/// below.
1114-
///
11151111
/// For addition, subtraction, and multiplication on integers the error condition is set when
11161112
/// the infinite precision result would be unequal to the actual result.
11171113
///

0 commit comments

Comments
 (0)