unhygienic

Macro unhygienic_item

Source
macro_rules! unhygienic_item {
    ($($tt:tt)*) => { ... };
}
Expand description

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.