macro_rules! unsupported_diag {
($diagnostics:expr, $($arg:tt)*) => { ... };
}Expand description
Emit diagnostics and return an Err(WasmError::Unsupported(msg)) where msg the string built
by calling format! on the arguments to this macro.
macro_rules! unsupported_diag {
($diagnostics:expr, $($arg:tt)*) => { ... };
}Emit diagnostics and return an Err(WasmError::Unsupported(msg)) where msg the string built
by calling format! on the arguments to this macro.