1 2 3 4 5 6 7
/// A syntax error, carried on a side channel keyed by byte range. #[derive(Debug, Clone, PartialEq, Eq)] pub struct SyntaxError { pub message: String, pub start: usize, pub end: usize, }