Skip to content

Commit 4879616

Browse files
committed
---
yaml --- r: 124270 b: refs/heads/try c: 46266bd h: refs/heads/master v: v3
1 parent a3e5ce6 commit 4879616

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
refs/heads/master: 6c35d513cea468b30759b4f78becf28f11a123c0
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: afbcbbc77ffc6b10053bc543daf7d2e05d68cc01
5-
refs/heads/try: be018645d8e19e04ef8bf2db22f2190cb5f04f0a
5+
refs/heads/try: 46266bd60651b75e476115ec97a4ab0c4f9f462a
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
88
refs/heads/try2: 147ecfdd8221e4a4d4e090486829a06da1e0ca3c

branches/try/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 {

branches/try/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)