Switch rustc's crate metadata to use the link attribute
This commit is contained in:
parent
86f16b90cd
commit
78a82b9fd1
1 changed files with 5 additions and 4 deletions
|
|
@ -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"];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue