Adjust other names after the Mark renaming

This commit is contained in:
Vadim Petrochenkov
2019-07-16 01:42:58 +03:00
parent 31e10aec83
commit 09703e3843
27 changed files with 196 additions and 192 deletions

View File

@@ -25,7 +25,7 @@ pub fn expand_assert<'cx>(
}
};
let sp = sp.apply_mark(cx.current_expansion.mark);
let sp = sp.apply_mark(cx.current_expansion.id);
let panic_call = Mac_ {
path: Path::from_ident(Ident::new(sym::panic, sp)),
tts: custom_message.unwrap_or_else(|| {