Skip to content

Commit b10c968

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

16 files changed

+297
-861
lines changed

src/bootstrap/Cargo.toml

+5-5
Original file line numberDiff line numberDiff line change
@@ -9,27 +9,27 @@ default-run = "bootstrap"
99
build-metrics = ["sysinfo"]
1010

1111
[lib]
12-
path = "lib.rs"
12+
path = "src/lib.rs"
1313
doctest = false
1414

1515
[[bin]]
1616
name = "bootstrap"
17-
path = "bin/main.rs"
17+
path = "src/bin/main.rs"
1818
test = false
1919

2020
[[bin]]
2121
name = "rustc"
22-
path = "bin/rustc.rs"
22+
path = "src/bin/rustc.rs"
2323
test = false
2424

2525
[[bin]]
2626
name = "rustdoc"
27-
path = "bin/rustdoc.rs"
27+
path = "src/bin/rustdoc.rs"
2828
test = false
2929

3030
[[bin]]
3131
name = "sccache-plus-cl"
32-
path = "bin/sccache-plus-cl.rs"
32+
path = "src/bin/sccache-plus-cl.rs"
3333
test = false
3434

3535
[dependencies]

0 commit comments

Comments
 (0)