File tree Expand file tree Collapse file tree 3 files changed +4
-0
lines changed Expand file tree Collapse file tree 3 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -1901,6 +1901,7 @@ dependencies = [
19011901 " chalk-engine 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
19021902 " flate2 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" ,
19031903 " fmt_macros 0.0.0" ,
1904+ " getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)" ,
19041905 " graphviz 0.0.0" ,
19051906 " jobserver 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" ,
19061907 " lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
@@ -2186,6 +2187,7 @@ version = "0.0.0"
21862187dependencies = [
21872188 " arena 0.0.0" ,
21882189 " env_logger 0.5.12 (registry+https://github.com/rust-lang/crates.io-index)" ,
2190+ " getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)" ,
21892191 " graphviz 0.0.0" ,
21902192 " log 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" ,
21912193 " rustc 0.0.0" ,
Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ byteorder = { version = "1.1", features = ["i128"]}
3434chalk-engine = { version = " 0.7.0" , default-features =false }
3535rustc_fs_util = { path = " ../librustc_fs_util" }
3636smallvec = { version = " 0.6.5" , features = [" union" ] }
37+ getopts = " =0.2.17"
3738
3839# Note that these dependencies are a lie, they're just here to get linkage to
3940# work.
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ log = "0.4"
1515env_logger = { version = " 0.5" , default-features = false }
1616rustc-rayon = " 0.1.1"
1717scoped-tls = { version = " 0.1.1" , features = [" nightly" ] }
18+ getopts = " =0.2.17"
1819rustc = { path = " ../librustc" }
1920rustc_allocator = { path = " ../librustc_allocator" }
2021rustc_target = { path = " ../librustc_target" }
You can’t perform that action at this time.
0 commit comments