fn walk_module_file( file: &Path, active_features: &HashSet<String>, out: &mut Vec<PathBuf>, seen: &mut HashSet<PathBuf>, )
Recursively walk a module file, following mod declarations.
mod