diff options
Diffstat (limited to 'src/libunicode/lib.rs')
| -rw-r--r-- | src/libunicode/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libunicode/lib.rs b/src/libunicode/lib.rs index 66cd22dfb08..1f75daa7bde 100644 --- a/src/libunicode/lib.rs +++ b/src/libunicode/lib.rs @@ -29,6 +29,7 @@ html_playground_url = "http://play.rust-lang.org/")] #![no_std] #![feature(globs)] +#![feature(unboxed_closures)] extern crate core; |
