about summary refs log tree commit diff
path: root/src/libcoretest/lib.rs
diff options
context:
space:
mode:
authorClar Charr <clar@charr.xyz>2017-01-10 22:17:47 -0500
committerClar Charr <clar@charr.xyz>2017-01-13 15:51:50 -0500
commite520b77efed718dd6ba4509f5a8d5860ad80e660 (patch)
tree86692066f0bc756c8ab71599ae0f92d0de3da2ca /src/libcoretest/lib.rs
parent7bffede97cf58f7159e261eac592f9cf88ce209d (diff)
downloadrust-e520b77efed718dd6ba4509f5a8d5860ad80e660.tar.gz
rust-e520b77efed718dd6ba4509f5a8d5860ad80e660.zip
expect_err for Result.
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 d12616a97a6..ee47b510ee0 100644
--- a/src/libcoretest/lib.rs
+++ b/src/libcoretest/lib.rs
@@ -23,6 +23,7 @@
 #![feature(nonzero)]
 #![feature(rand)]
 #![feature(raw)]
+#![feature(result_expect_err)]
 #![feature(sip_hash_13)]
 #![feature(slice_patterns)]
 #![feature(step_by)]