pub fn check_directory_kind_consistency(
_parsed: &[ParsedFile],
) -> Result<(), Vec<CompileError>>Expand description
Within a multi-file unit (files sharing a qualified name), every file must
agree on kind. Handled by check_group_kind_consistency; this check is
the v0.4-style directory-level guard which now defers to it.