summary refs log tree commit diff
path: root/src/libproc_macro_plugin/quote.rs
AgeCommit message (Collapse)AuthorLines
2017-05-13Fix #35829 (syntax extension's `quote_expr!()` does not handle b"…")kennytm-3/+13
* Handles `b"…"`, `br#"…"#` and `...` for `quote_expr!()`. * Refactored the match statement to allow it to complain loudly on any unhandled token. * Similarly, proc_macro's `quote!()` did not handle `br#"…"#` or `r#"…"#`, so this commit fixes it too.
2017-03-15Improve the `TokenStream` quoter.Jeffrey Seyfried-0/+220