File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -167,9 +167,9 @@ pub mod arch {
167
167
/// See the [module documentation](../index.html) for more details.
168
168
#[ cfg( any( target_arch = "wasm64" , doc) ) ]
169
169
#[ doc( cfg( target_arch = "wasm64" ) ) ]
170
- #[ stable ( feature = "simd_wasm32 " , since = "1.33.0 " ) ]
170
+ #[ unstable ( feature = "simd_wasm64 " , issue = "90599 " ) ]
171
171
pub mod wasm64 {
172
- #[ stable ( feature = "simd_wasm32 " , since = "1.33.0 " ) ]
172
+ #[ unstable ( feature = "simd_wasm64 " , issue = "90599 " ) ]
173
173
pub use crate :: core_arch:: wasm32:: * ;
174
174
}
175
175
@@ -178,9 +178,9 @@ pub mod arch {
178
178
/// See the [module documentation](../index.html) for more details.
179
179
#[ cfg( any( target_family = "wasm" , doc) ) ]
180
180
#[ doc( cfg( target_family = "wasm" ) ) ]
181
- #[ stable ( feature = "simd_wasm32 " , since = "1.33.0 " ) ]
181
+ #[ unstable ( feature = "simd_wasm64 " , issue = "90599 " ) ]
182
182
pub mod wasm {
183
- #[ stable ( feature = "simd_wasm32 " , since = "1.33.0 " ) ]
183
+ #[ unstable ( feature = "simd_wasm64 " , issue = "90599 " ) ]
184
184
pub use crate :: core_arch:: wasm32:: * ;
185
185
}
186
186
You can’t perform that action at this time.
0 commit comments