1ea88969fSopenharmony_cifn main() { 2ea88969fSopenharmony_ci if version_check::is_max_version("1.36.0").unwrap_or(false) { 3ea88969fSopenharmony_ci println!("cargo:rustc-cfg=always_assert_unwind"); 4ea88969fSopenharmony_ci } 5ea88969fSopenharmony_ci} 6