pub fn check_spec_versions(specs: &[LoadedSpec]) -> Vec<SpecWarning>Expand description
Emit a warning for each spec that lacks a spec_version field.
Called after per-spec semantic validation; warnings are non-fatal.
pub fn check_spec_versions(specs: &[LoadedSpec]) -> Vec<SpecWarning>Emit a warning for each spec that lacks a spec_version field.
Called after per-spec semantic validation; warnings are non-fatal.