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

FIXME: It probably should implement in proc-macro