Implement #[macro_export(local_inner_macros)]
This commit is contained in:
parent
971f7d34d4
commit
d347270e0c
19 changed files with 134 additions and 2 deletions
|
@ -29,6 +29,7 @@ fn ignored_span(sp: Span) -> Span {
|
|||
format: MacroAttribute(Symbol::intern("std_inject")),
|
||||
allow_internal_unstable: true,
|
||||
allow_internal_unsafe: false,
|
||||
local_inner_macros: false,
|
||||
edition: hygiene::default_edition(),
|
||||
});
|
||||
sp.with_ctxt(SyntaxContext::empty().apply_mark(mark))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue