Merge remote-tracking branch 'origin/dist-snap' into incoming

This commit is contained in:
Graydon Hoare 2012-07-12 17:14:55 -07:00
commit 18da7fef88
18 changed files with 42 additions and 52 deletions

View file

@ -1,10 +1,10 @@
#[no_core];
#[warn(no_vecs_not_implicitly_copyable)];
use core(vers = "0.2");
use std(vers = "0.2");
use rustc(vers = "0.2");
use syntax(vers = "0.2");
use core(vers = "0.3");
use std(vers = "0.3");
use rustc(vers = "0.3");
use syntax(vers = "0.3");
import core::*;

View file

@ -1,7 +1,7 @@
// -*- rust -*-
#[link(name = "rustc",
vers = "0.2",
vers = "0.3",
uuid = "0ce89b41-2f92-459e-bbc1-8f5fe32f16cf",
url = "https://github.com/mozilla/rust/tree/master/src/rustc")];
@ -13,9 +13,9 @@
#[warn(no_vecs_not_implicitly_copyable)];
use core(vers = "0.2");
use std(vers = "0.2");
use syntax(vers = "0.2");
use core(vers = "0.3");
use std(vers = "0.3");
use syntax(vers = "0.3");
import core::*;