E.g. ``` rust macro_rules! foo { ($func: ident) => { () } // warning: unused syntax variable `func` } ```