about summary refs log tree commit diff
path: root/src/libcoretest
diff options
context:
space:
mode:
authorManish Goregaokar <manishsmail@gmail.com>2015-02-15 19:07:14 +0530
committerManish Goregaokar <manishsmail@gmail.com>2015-02-15 19:26:39 +0530
commitf0f8be2a2e0aab2efef42208e19886790a0742f5 (patch)
tree786ab9b59abe1d72f4f1f8b79b389a92171a74e7 /src/libcoretest
parentb1a46db649d1eabce7c1e2f6d69ff7af09d72bc1 (diff)
downloadrust-f0f8be2a2e0aab2efef42208e19886790a0742f5.tar.gz
rust-f0f8be2a2e0aab2efef42208e19886790a0742f5.zip
Fix rollup (remove slicing_syntax)
Diffstat (limited to 'src/libcoretest')
-rw-r--r--src/libcoretest/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcoretest/lib.rs b/src/libcoretest/lib.rs
index 50066ab07f5..2dfd81f32c2 100644
--- a/src/libcoretest/lib.rs
+++ b/src/libcoretest/lib.rs
@@ -11,7 +11,7 @@
 #![feature(box_syntax)]
 #![feature(int_uint)]
 #![feature(unboxed_closures)]
-#![feature(unsafe_destructor, slicing_syntax)]
+#![feature(unsafe_destructor)]
 #![allow(deprecated)] // rand
 
 extern crate core;