Skip to content

Commit 504d459

Browse files
committed
rustc: Move archive to rustc_back
1 parent 5539349 commit 504d459

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

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

File renamed without changes.

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)