Function lalrpop::process_root[][src]

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

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().