We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 085eaa7 commit fb1f7f7Copy full SHA for fb1f7f7
compiler/rustc_middle/src/mir/syntax.rs
@@ -1108,10 +1108,6 @@ pub enum Rvalue<'tcx> {
1108
1109
/// Same as `BinaryOp`, but yields `(T, bool)` with a `bool` indicating an error condition.
1110
///
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
- ///
1115
/// For addition, subtraction, and multiplication on integers the error condition is set when
1116
/// the infinite precision result would be unequal to the actual result.
1117
0 commit comments