File tree Expand file tree Collapse file tree 12 files changed +20
-22
lines changed Expand file tree Collapse file tree 12 files changed +20
-22
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ graphviz = { path = "../libgraphviz" }
1717log = { path = " ../liblog" }
1818rbml = { path = " ../librbml" }
1919rustc_back = { path = " ../librustc_back" }
20+ rustc_bitflags = { path = " ../librustc_bitflags" }
2021rustc_data_structures = { path = " ../librustc_data_structures" }
2122rustc_front = { path = " ../librustc_front" }
2223rustc_llvm = { path = " ../librustc_llvm" }
Original file line number Diff line number Diff line change @@ -7,6 +7,3 @@ version = "0.0.0"
77name = " rustc_bitflags"
88path = " lib.rs"
99test = false
10-
11- [dependencies ]
12- core = { path = " ../libcore" }
Original file line number Diff line number Diff line change @@ -12,3 +12,4 @@ crate-type = ["dylib"]
1212log = { path = " ../liblog" }
1313syntax = { path = " ../libsyntax" }
1414serialize = { path = " ../libserialize" }
15+ rustc_bitflags = { path = " ../librustc_bitflags" }
Original file line number Diff line number Diff line change @@ -12,6 +12,9 @@ crate-type = ["dylib"]
1212[features ]
1313static-libstdcpp = []
1414
15+ [dependencies ]
16+ rustc_bitflags = { path = " ../librustc_bitflags" }
17+
1518[build-dependencies ]
1619build_helper = { path = " ../build_helper" }
1720gcc = " 0.3"
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ log = { path = "../liblog" }
1414rbml = { path = " ../librbml" }
1515rustc = { path = " ../librustc" }
1616rustc_back = { path = " ../librustc_back" }
17+ rustc_bitflags = { path = " ../librustc_bitflags" }
1718rustc_front = { path = " ../librustc_front" }
1819rustc_llvm = { path = " ../librustc_llvm" }
1920serialize = { path = " ../libserialize" }
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ crate-type = ["dylib"]
1111[dependencies ]
1212log = { path = " ../liblog" }
1313rustc = { path = " ../librustc" }
14+ rustc_bitflags = { path = " ../librustc_bitflags" }
1415rustc_front = { path = " ../librustc_front" }
1516rustc_metadata = { path = " ../librustc_metadata" }
1617rustc_mir = { path = " ../librustc_mir" }
Original file line number Diff line number Diff line change @@ -12,5 +12,6 @@ crate-type = ["dylib"]
1212log = { path = " ../liblog" }
1313syntax = { path = " ../libsyntax" }
1414rustc = { path = " ../librustc" }
15+ rustc_bitflags = { path = " ../librustc_bitflags" }
1516rustc_front = { path = " ../librustc_front" }
1617arena = { path = " ../libarena" }
Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ collections = { path = "../libcollections" }
1818core = { path = " ../libcore" }
1919libc = { path = " ../rustc/libc_shim" }
2020rand = { path = " ../librand" }
21- rustc_bitflags = { path = " ../librustc_bitflags" }
2221rustc_unicode = { path = " ../librustc_unicode" }
2322
2423[build-dependencies ]
Original file line number Diff line number Diff line change @@ -9,8 +9,7 @@ path = "lib.rs"
99crate-type = [" dylib" ]
1010
1111[dependencies ]
12- arena = { path = " ../libarena" }
13- fmt_macros = { path = " ../libfmt_macros" }
1412serialize = { path = " ../libserialize" }
1513term = { path = " ../libterm" }
1614log = { path = " ../liblog" }
15+ rustc_bitflags = { path = " ../librustc_bitflags" }
Original file line number Diff line number Diff line change @@ -7,6 +7,3 @@ version = "0.0.0"
77name = " term"
88path = " lib.rs"
99crate-type = [" dylib" , " rlib" ]
10-
11- [dependencies ]
12- log = { path = " ../liblog" }
You can’t perform that action at this time.
0 commit comments