about summary refs log tree commit diff
path: root/src/liballoc/tests
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2017-07-20 15:46:46 -0700
committerAlex Crichton <alex@alexcrichton.com>2017-07-25 07:09:31 -0700
commit3fae48107f62af7d2a6b0cf269dbda7b88f34f35 (patch)
treecdd40cb6f773882d4d615c03b4d1c2ae67b45e6d /src/liballoc/tests
parentcbfce40e1cf5e619091fb9b5efd06ed29fa915cd (diff)
downloadrust-3fae48107f62af7d2a6b0cf269dbda7b88f34f35.tar.gz
rust-3fae48107f62af7d2a6b0cf269dbda7b88f34f35.zip
std: Stabilize `utf8_error_error_len` feature
Stabilizes:

* `Utf8Error::error_len`

Closes #40494
Diffstat (limited to 'src/liballoc/tests')
-rw-r--r--src/liballoc/tests/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/liballoc/tests/lib.rs b/src/liballoc/tests/lib.rs
index 75ff7811137..27b23d14059 100644
--- a/src/liballoc/tests/lib.rs
+++ b/src/liballoc/tests/lib.rs
@@ -28,7 +28,6 @@
 #![feature(test)]
 #![feature(unboxed_closures)]
 #![feature(unicode)]
-#![feature(utf8_error_error_len)]
 
 extern crate alloc;
 extern crate test;