macro_rules! private_ident {
($s:expr) => { ... };
($span:expr, $s:expr) => { ... };
}
Expand description
Shortcut for quote_ident!(span.apply_mark(Mark::fresh(Mark::root())), s)
macro_rules! private_ident {
($s:expr) => { ... };
($span:expr, $s:expr) => { ... };
}
Shortcut for quote_ident!(span.apply_mark(Mark::fresh(Mark::root())), s)