mirror of
https://github.com/hexagonal-sun/moss-kernel.git
synced 2026-04-22 16:18:03 -04:00
only enable core_intrinsics when testing
This commit is contained in:
committed by
Ashwin Naren
parent
1523b9ccef
commit
594a1287ea
@@ -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)]
|
||||
|
||||
Reference in New Issue
Block a user