Skip to content

Commit c0d2165

Browse files
committed
---
yaml --- r: 6639 b: refs/heads/master c: 4f17131 h: refs/heads/master i: 6637: fa717b4 6635: 41b5c21 6631: 3b69b36 6623: ac6957c v: v3
1 parent 03cff5b commit c0d2165

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

[refs]

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 9116a6d9b10aee0cd29390d9370ff25e7b995004
2+
refs/heads/master: 4f1713185506c57527561fd61c7c42502ccd4cf0

trunk/src/comp/rustc.rc

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
#[desc = "The Rust compiler"];
99
#[license = "BSD"];
10-
10+
#[crate_type = "bin"];
1111

1212
use std (name = "std",
1313
vers = "0.1",

trunk/src/libcore/core.rc

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
#[comment = "The Rust core library"];
77
#[license = "BSD"];
8-
8+
#[crate_type = "lib"];
99

1010
// Local Variables:
1111
// mode: rust;

trunk/src/libstd/std.rc

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
#[comment = "The Rust standard library"];
77
#[license = "BSD"];
8-
8+
#[crate_type = "lib"];
99

1010
export box, char, float, int, str, ptr;
1111
export uint, u8, u32, u64, vec, bool;

0 commit comments

Comments
 (0)