macro_rules! stringify_label {
    ($label: literal) => { ... };
    ($label: tt) => { ... };
}