fix bolts build, intrinsics is an internal feature. (#1402)
This commit is contained in:
parent
dfaf06a22e
commit
3bf3172928
@ -7,6 +7,7 @@ Welcome to `LibAFL`
|
|||||||
// For `type_eq`
|
// For `type_eq`
|
||||||
#![cfg_attr(nightly, feature(specialization))]
|
#![cfg_attr(nightly, feature(specialization))]
|
||||||
// For `type_id` and owned things
|
// For `type_id` and owned things
|
||||||
|
#![allow(internal_features)]
|
||||||
#![cfg_attr(nightly, feature(intrinsics))]
|
#![cfg_attr(nightly, feature(intrinsics))]
|
||||||
// For `std::simd`
|
// For `std::simd`
|
||||||
#![cfg_attr(nightly, feature(portable_simd))]
|
#![cfg_attr(nightly, feature(portable_simd))]
|
||||||
|
@ -9,6 +9,7 @@ Welcome to `LibAFL`
|
|||||||
// For `type_eq`
|
// For `type_eq`
|
||||||
#![cfg_attr(nightly, feature(specialization))]
|
#![cfg_attr(nightly, feature(specialization))]
|
||||||
// For `type_id` and owned things
|
// For `type_id` and owned things
|
||||||
|
#![allow(internal_features)]
|
||||||
#![cfg_attr(nightly, feature(intrinsics))]
|
#![cfg_attr(nightly, feature(intrinsics))]
|
||||||
// For `std::simd`
|
// For `std::simd`
|
||||||
#![cfg_attr(nightly, feature(portable_simd))]
|
#![cfg_attr(nightly, feature(portable_simd))]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user