Skip to content

Commit cf2f52f

Browse files
committed
---
yaml --- r: 7389 b: refs/heads/master c: c0df139 h: refs/heads/master i: 7387: ac07a6e v: v3
1 parent f0dc1be commit cf2f52f

File tree

5 files changed

+8
-2
lines changed

5 files changed

+8
-2
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: 47b9fc278e97435c6ad9044250dde372bc231750
2+
refs/heads/master: c0df13958c7e9e98e01394836cb233a039103bb0

trunk/src/cargo/cargo.rc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,6 @@
1515
uuid = "9ff87a04-8fed-4295-9ff8-f99bb802650b",
1616
url = "http://rust-lang.org/doc/cargo")];
1717

18+
#[crate_type = "bin"];
19+
1820
mod pgp;

trunk/src/comp/rustc.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

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

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

trunk/src/compiletest/compiletest.rc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#[crate_type = "bin"];
2+
13
use std;
24

35
mod procsrv;

trunk/src/fuzzer/fuzzer.rc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
// -*- rust -*-
22

3+
#[crate_type = "bin"];
4+
35
use std;
46
use rustc;
57

0 commit comments

Comments
 (0)