mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Update to rustc 2d0cbf3e3e25e092bd9e4c94d08e446b680869f0.
This commit is contained in:
parent
57cc84b293
commit
73a7e92bfd
22 changed files with 232 additions and 132 deletions
|
@ -10,7 +10,11 @@
|
|||
#![crate_name = "devtools"]
|
||||
#![crate_type = "rlib"]
|
||||
|
||||
#![feature(box_syntax, core)]
|
||||
#![feature(box_syntax)]
|
||||
#![feature(core)]
|
||||
#![feature(get_type_id)]
|
||||
#![feature(raw)]
|
||||
#![feature(reflect_marker)]
|
||||
|
||||
#![allow(non_snake_case)]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue