macro_rules! evm_unimplemented {
    ($($arg:tt)+) => { ... };
}
Expand description

Triggers a signal that a feature is unimplemented, panics if warn-unimplemented feature is not set