1
Fork 0

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

@ -21,7 +21,7 @@ pub fn expand_option_env<'cx>(cx: &'cx mut ExtCtxt<'_>,
Some(v) => v,
};
let sp = sp.apply_mark(cx.current_expansion.mark);
let sp = sp.apply_mark(cx.current_expansion.id);
let e = match env::var(&*var.as_str()) {
Err(..) => {
let lt = cx.lifetime(sp, Ident::with_empty_ctxt(kw::StaticLifetime));