clarify comment
Co-authored-by: scottmcm <scottmcm@users.noreply.github.com>
This commit is contained in:
parent
c0b4b454c3
commit
cb5319483e
2 changed files with 6 additions and 1 deletions
|
@ -324,7 +324,9 @@ impl<'mir, 'tcx: 'mir, M: Machine<'mir, 'tcx>> InterpCx<'mir, 'tcx, M> {
|
|||
}
|
||||
}
|
||||
|
||||
/// Returns the result of the specified operation, and whether it overflowed.
|
||||
/// Returns the result of the specified operation.
|
||||
///
|
||||
/// Whether this produces a scalar or a pair depends on the specific `bin_op`.
|
||||
pub fn binary_op(
|
||||
&self,
|
||||
bin_op: mir::BinOp,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue