Enumify CompilerExpansion in ExpnInfo
This commit is contained in:
parent
5c630a61c6
commit
4ec7b713dd
8 changed files with 68 additions and 53 deletions
|
@ -27,8 +27,7 @@ fn ignored_span(sess: &ParseSess, sp: Span) -> Span {
|
|||
let info = ExpnInfo {
|
||||
call_site: DUMMY_SP,
|
||||
callee: NameAndSpan {
|
||||
name: "std_inject".to_string(),
|
||||
format: MacroAttribute,
|
||||
format: MacroAttribute("std_inject".to_string()),
|
||||
span: None,
|
||||
allow_internal_unstable: true,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue