macro_rules! quote {
($span:ident=> $($tt:tt)* ) => { ... };
}
Expand description
FIXME: It probably should implement in proc-macro
macro_rules! quote {
($span:ident=> $($tt:tt)* ) => { ... };
}
FIXME: It probably should implement in proc-macro