Skip to content

Commit 46266bd

Browse files
committed
rustc: Move util::fs to rustc_back
1 parent be01864 commit 46266bd

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

src/librustc/lib.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,11 +125,12 @@ pub mod plugin;
125125
pub mod lint;
126126

127127
pub mod util {
128+
pub use rustc_back::fs;
129+
128130
pub mod common;
129131
pub mod ppaux;
130132
pub mod sha2;
131133
pub mod nodemap;
132-
pub mod fs;
133134
}
134135

135136
pub mod lib {
File renamed without changes.

src/librustc_back/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ extern crate flate;
4545
pub mod abi;
4646
pub mod archive;
4747
pub mod arm;
48+
pub mod fs;
4849
pub mod mips;
4950
pub mod mipsel;
5051
pub mod rpath;

0 commit comments

Comments
 (0)