rust/compiler/rustc_builtin_macros/src
Aaron Hill 156ef2bee8
Attach tokens to ast::Stmt
We currently only attach tokens when parsing a `:stmt` matcher for a
`macro_rules!` macro. Proc-macro attributes on statements are still
unstable, and need additional work.
2020-09-10 17:33:06 -04:00
..
deriving Attach tokens to ast::Stmt 2020-09-10 17:33:06 -04:00
format_foreign
asm.rs
assert.rs
cfg.rs
cfg_accessible.rs
cmdline_attrs.rs Attach tokens to NtMeta (ast::AttrItem) 2020-09-10 17:33:06 -04:00
compile_error.rs
concat.rs
concat_idents.rs Attach TokenStream to ast::Ty 2020-09-10 17:33:05 -04:00
env.rs
format.rs Improve recovery on malformed format call 2020-09-02 13:18:19 +02:00
format_foreign.rs use push(char) instead of push_str(&str) to add single chars to strings 2020-09-10 13:58:41 +02:00
global_allocator.rs
global_asm.rs Attach TokenStream to ast::Visibility 2020-09-10 17:33:06 -04:00
lib.rs
llvm_asm.rs
log_syntax.rs
proc_macro_harness.rs Attach TokenStream to ast::Visibility 2020-09-10 17:33:06 -04:00
source_util.rs
standard_library_imports.rs
test.rs Attach TokenStream to ast::Visibility 2020-09-10 17:33:06 -04:00
test_harness.rs Attach TokenStream to ast::Visibility 2020-09-10 17:33:06 -04:00
trace_macros.rs
util.rs