mirror of
https://github.com/servo/servo.git
synced 2025-06-13 10:54:29 +00:00
Upgrade to latest Rust.
This commit is contained in:
parent
56dd5b943e
commit
f5b5b337d3
99 changed files with 269 additions and 253 deletions
|
@ -13,7 +13,10 @@
|
|||
#![feature(globs, macro_rules, struct_variant, phase)]
|
||||
|
||||
#![feature(phase)]
|
||||
#[phase(syntax, link)]
|
||||
|
||||
#![allow(non_snake_case_functions)]
|
||||
|
||||
#[phase(plugin, link)]
|
||||
extern crate log;
|
||||
|
||||
extern crate debug;
|
||||
|
@ -29,7 +32,7 @@ extern crate native;
|
|||
extern crate net;
|
||||
extern crate serialize;
|
||||
extern crate time;
|
||||
#[phase(syntax)]
|
||||
#[phase(plugin)]
|
||||
extern crate servo_macros = "macros";
|
||||
extern crate servo_net = "net";
|
||||
extern crate servo_util = "util";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue