Add #![allow(internal_features)] to a test to fix CI

This commit is contained in:
Amanieu d'Antras 2023-12-19 00:54:26 +00:00
parent 786f28dd8b
commit b5406fedd4

View file

@ -1,3 +1,4 @@
#![allow(internal_features)]
#![feature(stdarch_internal)]
#![cfg_attr(target_arch = "arm", feature(stdarch_arm_feature_detection))]
#![cfg_attr(target_arch = "powerpc", feature(stdarch_powerpc_feature_detection))]