]> git.lizzy.rs Git - rust.git/blobdiff - src/test/compile-fail/simd-experimental.rs
std: Move simd to core::simd and reexport. #1457
[rust.git] / src / test / compile-fail / simd-experimental.rs
index f9cc4d0d8c372f1658dc1eed65a325e1d07c3e91..5f9f56bf3c0f4800e52d8ed641a87a445d127a6d 100644 (file)
@@ -10,7 +10,7 @@
 
 #![deny(experimental)]
 
-use std::unstable::simd;
+use std::simd;
 
 fn main() {
     let _ = simd::i64x2(0, 0); //~ ERROR: experimental