macro_rules! unhygienic {
($($tt:tt)*) => { ... };
}
Expand description
Erases the hygiene from its parameters, causing it to use the context of the call site. The input must be an expression.
macro_rules! unhygienic {
($($tt:tt)*) => { ... };
}
Erases the hygiene from its parameters, causing it to use the context of the call site. The input must be an expression.