Rocket/core/codegen/src/bang
Sergio Benitez ed3cc13b84 Add internal '__typed_stream' proc-macro.
This resolves syntax ambiguity issues with public typed-stream macros.
Prior to this commit, greedy single-token matching by macro-rules macros
would result in certain tokens at the beginning of the macro input, such
as 'for', inadvertently triggering a '$ty' matching case resulting in
incorrect expansion.
2021-06-01 11:43:51 -07:00
..
export.rs Use 'syn', 'proc_macro2' directly. 2021-05-21 09:13:47 -07:00
mod.rs Add internal '__typed_stream' proc-macro. 2021-06-01 11:43:51 -07:00
test_guide.rs Use 'syn', 'proc_macro2' directly. 2021-05-21 09:13:47 -07:00
typed_stream.rs Add internal '__typed_stream' proc-macro. 2021-06-01 11:43:51 -07:00
uri.rs Use 'syn', 'proc_macro2' directly. 2021-05-21 09:13:47 -07:00
uri_parsing.rs Use 'syn', 'proc_macro2' directly. 2021-05-21 09:13:47 -07:00