diff options
| author | Ralf Jung <post@ralfj.de> | 2023-12-04 08:16:03 +0100 |
|---|---|---|
| committer | Ralf Jung <post@ralfj.de> | 2023-12-04 08:16:03 +0100 |
| commit | bcfeaabaf3f942401c23e3edefa9de798ab2dc2f (patch) | |
| tree | 7019111074e8e85507cf5a890690301ec70a1acc | |
| parent | 85a4bd8f5873aa3ec5eb38baf63b89aa9bd21a7b (diff) | |
| download | rust-bcfeaabaf3f942401c23e3edefa9de798ab2dc2f.tar.gz rust-bcfeaabaf3f942401c23e3edefa9de798ab2dc2f.zip | |
portable-simd: add missing feature gate
| -rw-r--r-- | library/portable-simd/crates/core_simd/tests/pointers.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/portable-simd/crates/core_simd/tests/pointers.rs b/library/portable-simd/crates/core_simd/tests/pointers.rs index a90ff928ced..b9f32d16e01 100644 --- a/library/portable-simd/crates/core_simd/tests/pointers.rs +++ b/library/portable-simd/crates/core_simd/tests/pointers.rs @@ -1,4 +1,4 @@ -#![feature(portable_simd, strict_provenance)] +#![feature(portable_simd, strict_provenance, exposed_provenance)] use core_simd::simd::{ ptr::{SimdConstPtr, SimdMutPtr}, |
