diff options
author | Ms2ger <Ms2ger@gmail.com> | 2015-12-09 11:48:00 -0500 |
---|---|---|
committer | Ms2ger <Ms2ger@gmail.com> | 2015-12-09 13:53:06 -0500 |
commit | cfa18bc2e64eaedf91e92387ec885db3cf58a2a7 (patch) | |
tree | 0cbba6d7c19c89087d1a211117f6d2b09f60994e /components/script | |
parent | 8ba470d79fadf8787eb139af9047b0b4a10fe25c (diff) | |
download | servo-cfa18bc2e64eaedf91e92387ec885db3cf58a2a7.tar.gz servo-cfa18bc2e64eaedf91e92387ec885db3cf58a2a7.zip |
Update rustc to the 2015-12-09 nightly.
Diffstat (limited to 'components/script')
-rw-r--r-- | components/script/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script/lib.rs b/components/script/lib.rs index 692e4671951..8114d694a9e 100644 --- a/components/script/lib.rs +++ b/components/script/lib.rs @@ -19,6 +19,7 @@ #![feature(mpsc_select)] #![feature(nonzero)] #![feature(on_unimplemented)] +#![feature(peekable_is_empty)] #![feature(plugin)] #![feature(slice_patterns)] #![feature(str_utf16)] |