review comments
This commit is contained in:
parent
86f4f68b70
commit
762f6452b9
4 changed files with 14 additions and 17 deletions
|
@ -1402,6 +1402,7 @@ pub struct MalformedSourceMapPositions {
|
|||
pub end_pos: BytePos
|
||||
}
|
||||
|
||||
/// Range inside of a `Span` used for diagnostics when we only have access to relative positions.
|
||||
#[derive(Copy, Clone, PartialEq, Eq, Debug)]
|
||||
pub struct InnerSpan {
|
||||
pub start: usize,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue