1use super::parser_error::ParseError; 2 3pub trait ToProgramError {} 4 5impl ToProgramError for ParseError {}