const EXPECTED_DIVERGENT_COLLISIONS: &[&str];Expand description
Definition names known to legitimately differ between the master and v2
bundles - v2’s copy is the deliberately-pruned/authoritative one and is
expected to differ from master’s (ref-rewritten) copy. Any other
name-collision with differing content is treated as a hard failure (see
check_collision_compatibility) rather than silently letting v2 shadow a
master definition that might carry different meaning.