mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Update to rustc 2d0cbf3e3e25e092bd9e4c94d08e446b680869f0.
This commit is contained in:
parent
57cc84b293
commit
73a7e92bfd
22 changed files with 232 additions and 132 deletions
|
@ -4,16 +4,20 @@
|
|||
|
||||
#![feature(alloc)]
|
||||
#![feature(box_syntax)]
|
||||
#![feature(collections)]
|
||||
#![feature(core)]
|
||||
#![feature(core_intrinsics)]
|
||||
#![feature(exit_status)]
|
||||
#![feature(fnbox)]
|
||||
#![feature(hashmap_hasher)]
|
||||
#![feature(heap_api)]
|
||||
#![feature(oom)]
|
||||
#![feature(optin_builtin_traits)]
|
||||
#![feature(path_ext)]
|
||||
#![feature(plugin)]
|
||||
#![feature(rustc_private)]
|
||||
#![feature(slice_extras)]
|
||||
#![feature(step_by)]
|
||||
#![feature(step_trait)]
|
||||
#![feature(std_misc)]
|
||||
#![feature(thunk)]
|
||||
#![feature(zero_one)]
|
||||
|
||||
#![plugin(string_cache_plugin)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue