review comments

This commit is contained in:
Esteban Küber 2019-07-29 21:43:54 -07:00
parent 86f4f68b70
commit 762f6452b9
4 changed files with 14 additions and 17 deletions

View file

@ -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,