Skip to content

Commit 6002304

Browse files
committed
rustc: Replace 'export meta' with attributes
Issue #487
1 parent 814beaa commit 6002304

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/comp/rustc.rc

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

22
// -*- rust -*-
33

4-
meta export (name = "rustc",
5-
uuid = "0ce89b41-2f92-459e-bbc1-8f5fe32f16cf",
6-
url = "http://rust-lang.org/src/rustc",
7-
vers = "0.1");
4+
#[name = "rustc"];
5+
#[vers = "0.1"];
6+
#[uuid = "0ce89b41-2f92-459e-bbc1-8f5fe32f16cf"];
7+
#[url = "http://rust-lang.org/src/rustc"];
88

99
meta (desc = "The Rust compiler",
1010
license = "BSD");

0 commit comments

Comments
 (0)