Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 6dcf0cd

Browse files
committedApr 20, 2024
Fix miri test
1 parent e416337 commit 6dcf0cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/tools/miri/tests/pass/portable-simd.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//@compile-flags: -Zmiri-strict-provenance
2-
#![feature(portable_simd, adt_const_params, inline_const, core_intrinsics)]
2+
#![feature(portable_simd, adt_const_params, core_intrinsics)]
33
#![allow(incomplete_features, internal_features)]
44
use std::intrinsics::simd as intrinsics;
55
use std::ptr;

0 commit comments

Comments
 (0)
Please sign in to comment.