summary refs log tree commit diff
path: root/src/test/debuginfo
diff options
context:
space:
mode:
authorBrian Anderson <banderson@mozilla.com>2014-05-20 20:24:17 -0700
committerBrian Anderson <banderson@mozilla.com>2014-05-23 15:27:48 -0700
commit1a1e6c8e7358df16e87e9d9f9cdcc5c80dfdeca1 (patch)
tree82c5c33cf2821c1e2ecc68010fa8dd65e4c04784 /src/test/debuginfo
parent1240197a5b64611078b4645b81663c206217dcb6 (diff)
downloadrust-1a1e6c8e7358df16e87e9d9f9cdcc5c80dfdeca1.tar.gz
rust-1a1e6c8e7358df16e87e9d9f9cdcc5c80dfdeca1.zip
std: Move simd to core::simd and reexport. #1457
[breaking-change]
Diffstat (limited to 'src/test/debuginfo')
-rw-r--r--src/test/debuginfo/simd.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/debuginfo/simd.rs b/src/test/debuginfo/simd.rs
index ff9618aa1f1..b84405ee727 100644
--- a/src/test/debuginfo/simd.rs
+++ b/src/test/debuginfo/simd.rs
@@ -43,7 +43,7 @@
 #![allow(experimental)]
 #![allow(unused_variable)]
 
-use std::unstable::simd::{i8x16, i16x8,i32x4,i64x2,u8x16,u16x8,u32x4,u64x2,f32x4,f64x2};
+use std::simd::{i8x16, i16x8,i32x4,i64x2,u8x16,u16x8,u32x4,u64x2,f32x4,f64x2};
 
 fn main() {