1 2 3 4 5 6 7
extern crate lalrpop; fn main() { if let Err(error) = lalrpop::process_root() { panic!("Failed to process LALRPOP files: {error}"); } }