mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-18 01:44:04 +00:00
portable-simd: add missing feature gate
This commit is contained in:
parent
85a4bd8f58
commit
bcfeaabaf3
@ -1,4 +1,4 @@
|
|||||||
#![feature(portable_simd, strict_provenance)]
|
#![feature(portable_simd, strict_provenance, exposed_provenance)]
|
||||||
|
|
||||||
use core_simd::simd::{
|
use core_simd::simd::{
|
||||||
ptr::{SimdConstPtr, SimdMutPtr},
|
ptr::{SimdConstPtr, SimdMutPtr},
|
||||||
|
Loading…
Reference in New Issue
Block a user