Only encode position from start of file.
This commit is contained in:
@@ -1094,10 +1094,6 @@ pub enum ExternalSource {
|
||||
Unneeded,
|
||||
Foreign {
|
||||
kind: ExternalSourceKind,
|
||||
/// This SourceFile's byte-offset within the source_map of its original crate.
|
||||
original_start_pos: BytePos,
|
||||
/// The end of this SourceFile within the source_map of its original crate.
|
||||
original_end_pos: BytePos,
|
||||
/// Index of the file inside metadata.
|
||||
metadata_index: u32,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user