Macro fail_with_code

Source
macro_rules! fail_with_code {
    ( $_code : literal ) => { ... };
}