about summary refs log tree commit diff
path: root/src/libcoretest/lib.rs
diff options
context:
space:
mode:
authorManish Goregaokar <manishsmail@gmail.com>2016-05-07 22:08:14 -0700
committerManish Goregaokar <manishsmail@gmail.com>2016-05-08 07:02:22 -0700
commitcc98f4cbb09d0165dcca18664d1fe10cb39a5dfa (patch)
treefaffb306c666f3e4ff851eca16ea5baf85dcdea9 /src/libcoretest/lib.rs
parent5d878057d229f63e71481c4259f28cf165b85bd4 (diff)
parenta9779df1886e18923f40cf0bb67ab72d4e4942df (diff)
downloadrust-cc98f4cbb09d0165dcca18664d1fe10cb39a5dfa.tar.gz
rust-cc98f4cbb09d0165dcca18664d1fe10cb39a5dfa.zip
Rollup merge of #33426 - sfackler:try-from, r=aturon
Implement RFC 1542

cc #33417

r? @aturon
Diffstat (limited to 'src/libcoretest/lib.rs')
-rw-r--r--src/libcoretest/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libcoretest/lib.rs b/src/libcoretest/lib.rs
index dc01a9b5c78..603dda2c96d 100644
--- a/src/libcoretest/lib.rs
+++ b/src/libcoretest/lib.rs
@@ -33,6 +33,7 @@
 #![feature(unboxed_closures)]
 #![feature(unicode)]
 #![feature(unique)]
+#![feature(try_from)]
 
 extern crate core;
 extern crate test;