File tree Expand file tree Collapse file tree 4 files changed +3
-2
lines changed Expand file tree Collapse file tree 4 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ refs/heads/try: 457a3c991d79b971be07fce75f9d0c12848fb37c
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
7
7
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
8
8
refs/heads/try2: 147ecfdd8221e4a4d4e090486829a06da1e0ca3c
9
- refs/heads/dist-snap: 55393493e1b61aaf1b91ab6bbce442d857d7b42d
9
+ refs/heads/dist-snap: 504d4599e248ae3cf00fac09849e23412c4881f4
10
10
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596
11
11
refs/tags/release-0.3: b5f0d0f648d9a6153664837026ba1be43d3e2503
12
12
refs/heads/try3: 9387340aab40a73e8424c48fd42f0c521a4875c0
Original file line number Diff line number Diff line change @@ -52,6 +52,7 @@ mod diagnostics;
52
52
53
53
pub mod back {
54
54
pub use rustc_back:: abi;
55
+ pub use rustc_back:: archive;
55
56
pub use rustc_back:: arm;
56
57
pub use rustc_back:: mips;
57
58
pub use rustc_back:: mipsel;
@@ -61,7 +62,6 @@ pub mod back {
61
62
pub use rustc_back:: x86;
62
63
pub use rustc_back:: x86_64;
63
64
64
- pub mod archive;
65
65
pub mod link;
66
66
pub mod lto;
67
67
File renamed without changes.
Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ extern crate libc;
30
30
extern crate flate;
31
31
32
32
pub mod abi;
33
+ pub mod archive;
33
34
pub mod arm;
34
35
pub mod mips;
35
36
pub mod mipsel;
You can’t perform that action at this time.
0 commit comments