Trait rustc_middle::mir::interpret::MachineStopType
source · pub trait MachineStopType: AsAny + Display + Send { }
Expand description
A trait for machine-specific errors (or other “machine stop” conditions).
pub trait MachineStopType: AsAny + Display + Send { }
A trait for machine-specific errors (or other “machine stop” conditions).