mv codemap() source_map()
This commit is contained in:
parent
82607d2cf3
commit
d3fe97f3d3
78 changed files with 209 additions and 209 deletions
|
@ -47,7 +47,7 @@ pub fn create_DIArray(
|
|||
|
||||
/// Return syntax_pos::Loc corresponding to the beginning of the span
|
||||
pub fn span_start(cx: &CodegenCx, span: Span) -> syntax_pos::Loc {
|
||||
cx.sess().codemap().lookup_char_pos(span.lo())
|
||||
cx.sess().source_map().lookup_char_pos(span.lo())
|
||||
}
|
||||
|
||||
#[inline]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue