Macro unhygienic::unhygienic[]

macro_rules! unhygienic {
    ProcMacroHackExpr => { ... };
}

Erases the hygiene from its parameters, causing it to use the context of the call site. The input must be an expression.