pub fn is_unsupported(declared: Option<u32>) -> boolExpand description
Whether a declared major exceeds what this build supports
(SPEC_VERSION_SUPPORTED). An absent version (None) is always supported,
since it resolves to the floor.
pub fn is_unsupported(declared: Option<u32>) -> boolWhether a declared major exceeds what this build supports
(SPEC_VERSION_SUPPORTED). An absent version (None) is always supported,
since it resolves to the floor.