Use the correct span when emitting the env!
result
This commit is contained in:
parent
9c8a2694fa
commit
86fca873ba
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ pub fn expand_env<'cx>(
|
||||||
|
|
||||||
return DummyResult::any(sp);
|
return DummyResult::any(sp);
|
||||||
}
|
}
|
||||||
Some(value) => cx.expr_str(sp, value),
|
Some(value) => cx.expr_str(span, value),
|
||||||
};
|
};
|
||||||
MacEager::expr(e)
|
MacEager::expr(e)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue