Adjust other names after the Mark
renaming
This commit is contained in:
parent
31e10aec83
commit
09703e3843
27 changed files with 196 additions and 192 deletions
|
@ -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));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue