1 2 3 4 5 6 7 8
use crate::*; /// Source context for a token. pub struct Context<'a> { pub source_code: &'a str, pub source: &'a SourceSpan, }