Skip to content

Commit c4bff02

Browse files
committed
---
yaml --- r: 131839 b: refs/heads/dist-snap c: 504d459 h: refs/heads/master i: 131837: 2c2d7f9 131835: 578023f 131831: 2cd7807 131823: 44825ac 131807: 4b81ac9 131775: 579ebee 131711: 2e0d848 131583: 213c5fd v: v3
1 parent c0599de commit c4bff02

File tree

4 files changed

+3
-2
lines changed

4 files changed

+3
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ refs/heads/try: 457a3c991d79b971be07fce75f9d0c12848fb37c
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
88
refs/heads/try2: 147ecfdd8221e4a4d4e090486829a06da1e0ca3c
9-
refs/heads/dist-snap: 55393493e1b61aaf1b91ab6bbce442d857d7b42d
9+
refs/heads/dist-snap: 504d4599e248ae3cf00fac09849e23412c4881f4
1010
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596
1111
refs/tags/release-0.3: b5f0d0f648d9a6153664837026ba1be43d3e2503
1212
refs/heads/try3: 9387340aab40a73e8424c48fd42f0c521a4875c0

branches/dist-snap/src/librustc/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ mod diagnostics;
5252

5353
pub mod back {
5454
pub use rustc_back::abi;
55+
pub use rustc_back::archive;
5556
pub use rustc_back::arm;
5657
pub use rustc_back::mips;
5758
pub use rustc_back::mipsel;
@@ -61,7 +62,6 @@ pub mod back {
6162
pub use rustc_back::x86;
6263
pub use rustc_back::x86_64;
6364

64-
pub mod archive;
6565
pub mod link;
6666
pub mod lto;
6767

branches/dist-snap/src/librustc_back/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ extern crate libc;
3030
extern crate flate;
3131

3232
pub mod abi;
33+
pub mod archive;
3334
pub mod arm;
3435
pub mod mips;
3536
pub mod mipsel;

0 commit comments

Comments
 (0)