macro_rules! expect { ($e:expr, $m:literal) => { ... }; }
Workaround because .expect() is not (yet) available in const context.
.expect()