rust/compiler/rustc_builtin_macros/src
Aaron Hill 3815e91ccd
Attach tokens to NtMeta (ast::AttrItem)
An `AttrItem` does not have outer attributes, so we only capture tokens
when parsing a `macro_rules!` matcher
2020-09-10 17:33:06 -04:00
..
deriving Attach TokenStream to ast::Block 2020-09-10 17:33:05 -04:00
format_foreign
asm.rs
assert.rs
cfg_accessible.rs
cfg.rs
cmdline_attrs.rs Attach tokens to NtMeta (ast::AttrItem) 2020-09-10 17:33:06 -04:00
compile_error.rs
concat_idents.rs Attach TokenStream to ast::Ty 2020-09-10 17:33:05 -04:00
concat.rs
env.rs
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
format.rs Improve recovery on malformed format call 2020-09-02 13:18:19 +02:00
global_allocator.rs
global_asm.rs
lib.rs
llvm_asm.rs
log_syntax.rs
proc_macro_harness.rs
source_util.rs
standard_library_imports.rs
test_harness.rs
test.rs
trace_macros.rs
util.rs