Switch rustc's crate metadata to use the link attribute

This commit is contained in:
Brian Anderson 2011-06-29 22:35:49 -07:00
parent 86f16b90cd
commit 78a82b9fd1

View file

@ -1,10 +1,11 @@
// -*- rust -*-
#[name = "rustc"];
#[vers = "0.1"];
#[uuid = "0ce89b41-2f92-459e-bbc1-8f5fe32f16cf"];
#[url = "http://rust-lang.org/src/rustc"];
#[link(name = "rustc",
vers = "0.1",
uuid = "0ce89b41-2f92-459e-bbc1-8f5fe32f16cf",
url = "http://rust-lang.org/src/rustc")];
#[desc = "The Rust compiler"];
#[license = "BSD"];