Skip to content

Commit 1b58fd3

Browse files
committed
---
yaml --- r: 3485 b: refs/heads/master c: 78a82b9 h: refs/heads/master i: 3483: 4189c2b v: v3
1 parent 1717dbb commit 1b58fd3

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 86f16b90cd694cd706469bb42737e63b1d9c1fdc
2+
refs/heads/master: 78a82b9fd1883930733e13638851742a9fdfdf2a

trunk/src/comp/rustc.rc

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11

22
// -*- rust -*-
33

4-
#[name = "rustc"];
5-
#[vers = "0.1"];
6-
#[uuid = "0ce89b41-2f92-459e-bbc1-8f5fe32f16cf"];
7-
#[url = "http://rust-lang.org/src/rustc"];
4+
#[link(name = "rustc",
5+
vers = "0.1",
6+
uuid = "0ce89b41-2f92-459e-bbc1-8f5fe32f16cf",
7+
url = "http://rust-lang.org/src/rustc")];
8+
89
#[desc = "The Rust compiler"];
910
#[license = "BSD"];
1011

0 commit comments

Comments
 (0)