Macro rustc_mir_transform::const_prop::throw_machine_stop_str [−][src]
macro_rules! throw_machine_stop_str {
($($tt : tt) *) => { ... };
}
Expand description
Macro for machine-specific InterpError
without allocation.
(These will never be shown to the user, but they help diagnose ICEs.)