[][src]Function lalrpop::process_root

pub fn process_root() -> Result<(), Box<dyn Error>>

Process all files in the current directory, which -- unless you have changed it -- is typically the root of the crate being compiled.

Equivalent to Configuration::new().process_current_dir().