Type Definition rustc_middle::mir::syntax::AssertMessage
source · pub type AssertMessage<'tcx> = AssertKind<Operand<'tcx>>;
Expand description
Type for MIR Assert
terminator error messages.
Layout
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference’s “Type Layout” chapter for details on type layout guarantees.
Size: 56 bytes
Size for each variant:
BoundsCheck
: 55 bytesOverflow
: 55 bytesOverflowNeg
: 31 bytesDivisionByZero
: 31 bytesRemainderByZero
: 31 bytesResumedAfterReturn
: 1 byteResumedAfterPanic
: 1 byte