1
Fork 0

Enumify CompilerExpansion in ExpnInfo

This commit is contained in:
Manish Goregaokar 2015-08-27 05:16:05 +05:30
parent 5c630a61c6
commit 4ec7b713dd
8 changed files with 68 additions and 53 deletions

View file

@ -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,
}