only enable core_intrinsics when testing

This commit is contained in:
Matthew Leach
2026-03-06 14:10:59 +00:00
committed by Ashwin Naren
parent 1523b9ccef
commit 594a1287ea

View File

@@ -3,8 +3,8 @@
#![feature(used_with_arg)]
#![feature(likely_unlikely)]
#![feature(box_as_ptr)]
#![expect(internal_features)]
#![feature(core_intrinsics)]
#![allow(internal_features)]
#![cfg_attr(test, feature(core_intrinsics))]
#![feature(custom_test_frameworks)]
#![reexport_test_harness_main = "test_main"]
#![test_runner(crate::testing::test_runner)]