1 2 3 4 5 6 7
use crate::Span; #[derive(Debug, PartialEq)] pub struct Annotation { pub message: String, pub span: Span, }