about summary refs log tree commit diff
path: root/src/libregex/lib.rs
diff options
context:
space:
mode:
authorJorge Aparicio <japaricious@gmail.com>2015-01-01 22:38:05 -0500
committerJorge Aparicio <japaricious@gmail.com>2015-01-03 09:34:04 -0500
commitf3333d5e1058e6e36c3754ae29ce6c708b35f082 (patch)
treeba3e6f9dc1984a5fbe4bce1bc200be40e5c2145b /src/libregex/lib.rs
parent17cf5e8104691cc6c15e4ea2e284c52a7b6760da (diff)
downloadrust-f3333d5e1058e6e36c3754ae29ce6c708b35f082.tar.gz
rust-f3333d5e1058e6e36c3754ae29ce6c708b35f082.zip
regex: fix fallout
Diffstat (limited to 'src/libregex/lib.rs')
-rw-r--r--src/libregex/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libregex/lib.rs b/src/libregex/lib.rs
index 9ad02afee99..c546477ee01 100644
--- a/src/libregex/lib.rs
+++ b/src/libregex/lib.rs
@@ -373,6 +373,7 @@
 #![allow(unknown_features)]
 #![feature(macro_rules, phase, slicing_syntax, globs)]
 #![feature(unboxed_closures)]
+#![feature(associated_types)]
 #![deny(missing_docs)]
 
 #[cfg(test)]