1 2 3 4 5 6 7 8
use super::lexer::{Token, tokenize}; // TODO: change if codespan_reporting is not used use codespan_reporting::diagnostic::Label; pub type Diagnostic = codespan_reporting::diagnostic::Diagnostic<()>; include!(concat!(env!("OUT_DIR"), "/generated.rs"));