fn discover_mod_declarations(
items: &[Item],
child_dir: &Path,
active_features: &HashSet<String>,
out: &mut Vec<PathBuf>,
seen: &mut HashSet<PathBuf>,
)Expand description
Walk parsed items looking for mod child; declarations and recurse.