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.)
macro_rules! throw_machine_stop_str {
($($tt:tt)*) => { ... };
}Macro for machine-specific InterpError without allocation.
(These will never be shown to the user, but they help diagnose ICEs.)