Macro unhygienic::unhygienic_item[]

macro_rules! unhygienic_item {
    ProcMacroHackItem => { ... };
}

Erases the hygiene from its parameters, causing it to use the context of the call site. The input must be zero, one, or more items.