rust/src/libproc_macro_plugin
kennytm 115854e19c
Fix #35829 (syntax extension's `quote_expr!()` does not handle b"…")
* 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-05-13 21:41:25 +08:00
..
Cargo.toml Refactor `TokenStream`. 2017-01-22 21:37:38 +00:00
lib.rs rustc: Remove #![unstable] annotation 2017-05-11 16:03:05 -07:00
quote.rs Fix #35829 (syntax extension's `quote_expr!()` does not handle b"…") 2017-05-13 21:41:25 +08:00