parent
857ef6e272
commit
ecd3572f49
1 changed files with 1 additions and 1 deletions
|
@ -664,7 +664,7 @@ fn import_codemap(local_codemap: &codemap::CodeMap,
|
|||
.into_inner()
|
||||
.map_in_place(|mbc|
|
||||
codemap::MultiByteChar {
|
||||
pos: mbc.pos + start_pos,
|
||||
pos: mbc.pos - start_pos,
|
||||
bytes: mbc.bytes
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue