Skip to content

Commit 1bb8ccf

Browse files
committed
move bootstrap utils into bootstrap/src/utils module
Signed-off-by: onur-ozkan <[email protected]>
1 parent 6b9e861 commit 1bb8ccf

15 files changed

+294
-858
lines changed

src/bootstrap/Cargo.toml

+5-5
Original file line numberDiff line numberDiff line change
@@ -6,27 +6,27 @@ build = "build.rs"
66
default-run = "bootstrap"
77

88
[lib]
9-
path = "lib.rs"
9+
path = "src/lib.rs"
1010
doctest = false
1111

1212
[[bin]]
1313
name = "bootstrap"
14-
path = "bin/main.rs"
14+
path = "src/bin/main.rs"
1515
test = false
1616

1717
[[bin]]
1818
name = "rustc"
19-
path = "bin/rustc.rs"
19+
path = "src/bin/rustc.rs"
2020
test = false
2121

2222
[[bin]]
2323
name = "rustdoc"
24-
path = "bin/rustdoc.rs"
24+
path = "src/bin/rustdoc.rs"
2525
test = false
2626

2727
[[bin]]
2828
name = "sccache-plus-cl"
29-
path = "bin/sccache-plus-cl.rs"
29+
path = "src/bin/sccache-plus-cl.rs"
3030
test = false
3131

3232
[dependencies]

0 commit comments

Comments
 (0)