Open
Description
It is documented what the semantics are of basic arithmetic when overflow-checks
is turned on: https://doc.rust-lang.org/reference/expressions/operator-expr.html#overflow.
However as far as I can see it is nowhere actually specified what arithmetic is supposed to do when overflow-checks
is turned off, or whether this is subject to change, hardware specifics, etc.