#[derive(Debug, Clone)] pub struct SourceCodeLocation { pub source_file_name: String, pub line: i64, pub char: i64, }