macro_rules! ignore_ident {
    ($id:ident, $($t:tt)*) => { ... };
}