//! Compile-fail coverage of the illegal operations in `docs/NUMERICS.md`.
#[test]fncompile_fail_illegal_ops(){let t =trybuild::TestCases::new();
t.compile_fail("tests/compile_fail/*.rs");}#[cfg(not(feature ="oklab"))]#[test]fncompile_fail_oklab_requires_feature(){let t =trybuild::TestCases::new();
t.compile_fail("tests/compile_fail_oklab_off/*.rs");}#[cfg(feature ="f32")]#[test]fncompile_fail_f32_type_state(){let t =trybuild::TestCases::new();
t.compile_fail("tests/compile_fail_f32/*.rs");}#[test]fncompile_pass_open_colorspace(){let t =trybuild::TestCases::new();
t.pass("tests/compile_pass/*.rs");}