Skip to content

Commit 5b1dc87

Browse files
committed
---
yaml --- r: 2979 b: refs/heads/master c: 8691a1a h: refs/heads/master i: 2977: 1efa20b 2975: b75ff19 v: v3
1 parent a351c03 commit 5b1dc87

File tree

3 files changed

+13
-10
lines changed

3 files changed

+13
-10
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: 99c72b98b5b7cb9c48265f9727ef957d4df181aa
2+
refs/heads/master: 8691a1a1e5900eaca70415bad0bffdbfe8bd7389

trunk/src/comp/rustc.rc

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

22
// -*- rust -*-
33

4-
meta (name = "rustc",
5-
desc = "The Rust compiler",
6-
uuid = "0ce89b41-2f92-459e-bbc1-8f5fe32f16cf",
7-
url = "http://rust-lang.org/src/rustc",
8-
ver = "0.0.1");
4+
meta export (name = "rustc",
5+
uuid = "0ce89b41-2f92-459e-bbc1-8f5fe32f16cf",
6+
url = "http://rust-lang.org/src/rustc",
7+
ver = "0.1");
8+
9+
meta (desc = "The Rust compiler",
10+
license = "BSD");
11+
912

1013
use std;
1114

trunk/src/lib/std.rc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
meta (name = "std",
2-
vers = "0.1",
3-
uuid = "122bed0b-c19b-4b82-b0b7-7ae8aead7297",
4-
url = "http://rust-lang.org/src/std");
1+
meta export (name = "std",
2+
vers = "0.1",
3+
uuid = "122bed0b-c19b-4b82-b0b7-7ae8aead7297",
4+
url = "http://rust-lang.org/src/std");
55

66
meta (comment = "Rust standard library",
77
license = "BSD");

0 commit comments

Comments
 (0)