fix bolts build, intrinsics is an internal feature. (#1402)

This commit is contained in:
David CARLIER 2023-08-06 22:03:34 +01:00 committed by GitHub
parent dfaf06a22e
commit 3bf3172928
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,7 @@ Welcome to `LibAFL`
// For `type_eq`
#![cfg_attr(nightly, feature(specialization))]
// For `type_id` and owned things
#![allow(internal_features)]
#![cfg_attr(nightly, feature(intrinsics))]
// For `std::simd`
#![cfg_attr(nightly, feature(portable_simd))]

View File

@ -9,6 +9,7 @@ Welcome to `LibAFL`
// For `type_eq`
#![cfg_attr(nightly, feature(specialization))]
// For `type_id` and owned things
#![allow(internal_features)]
#![cfg_attr(nightly, feature(intrinsics))]
// For `std::simd`
#![cfg_attr(nightly, feature(portable_simd))]