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" }
17
17
log = { path = " ../liblog" }
18
18
rbml = { path = " ../librbml" }
19
19
rustc_back = { path = " ../librustc_back" }
20
+ rustc_bitflags = { path = " ../librustc_bitflags" }
20
21
rustc_data_structures = { path = " ../librustc_data_structures" }
21
22
rustc_front = { path = " ../librustc_front" }
22
23
rustc_llvm = { path = " ../librustc_llvm" }
Original file line number Diff line number Diff line change @@ -7,6 +7,3 @@ version = "0.0.0"
7
7
name = " rustc_bitflags"
8
8
path = " lib.rs"
9
9
test = 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"]
12
12
log = { path = " ../liblog" }
13
13
syntax = { path = " ../libsyntax" }
14
14
serialize = { 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"]
12
12
[features ]
13
13
static-libstdcpp = []
14
14
15
+ [dependencies ]
16
+ rustc_bitflags = { path = " ../librustc_bitflags" }
17
+
15
18
[build-dependencies ]
16
19
build_helper = { path = " ../build_helper" }
17
20
gcc = " 0.3"
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ log = { path = "../liblog" }
14
14
rbml = { path = " ../librbml" }
15
15
rustc = { path = " ../librustc" }
16
16
rustc_back = { path = " ../librustc_back" }
17
+ rustc_bitflags = { path = " ../librustc_bitflags" }
17
18
rustc_front = { path = " ../librustc_front" }
18
19
rustc_llvm = { path = " ../librustc_llvm" }
19
20
serialize = { path = " ../libserialize" }
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ crate-type = ["dylib"]
11
11
[dependencies ]
12
12
log = { path = " ../liblog" }
13
13
rustc = { path = " ../librustc" }
14
+ rustc_bitflags = { path = " ../librustc_bitflags" }
14
15
rustc_front = { path = " ../librustc_front" }
15
16
rustc_metadata = { path = " ../librustc_metadata" }
16
17
rustc_mir = { path = " ../librustc_mir" }
Original file line number Diff line number Diff line change @@ -12,5 +12,6 @@ crate-type = ["dylib"]
12
12
log = { path = " ../liblog" }
13
13
syntax = { path = " ../libsyntax" }
14
14
rustc = { path = " ../librustc" }
15
+ rustc_bitflags = { path = " ../librustc_bitflags" }
15
16
rustc_front = { path = " ../librustc_front" }
16
17
arena = { path = " ../libarena" }
Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ collections = { path = "../libcollections" }
18
18
core = { path = " ../libcore" }
19
19
libc = { path = " ../rustc/libc_shim" }
20
20
rand = { path = " ../librand" }
21
- rustc_bitflags = { path = " ../librustc_bitflags" }
22
21
rustc_unicode = { path = " ../librustc_unicode" }
23
22
24
23
[build-dependencies ]
Original file line number Diff line number Diff line change @@ -9,8 +9,7 @@ path = "lib.rs"
9
9
crate-type = [" dylib" ]
10
10
11
11
[dependencies ]
12
- arena = { path = " ../libarena" }
13
- fmt_macros = { path = " ../libfmt_macros" }
14
12
serialize = { path = " ../libserialize" }
15
13
term = { path = " ../libterm" }
16
14
log = { 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"
7
7
name = " term"
8
8
path = " lib.rs"
9
9
crate-type = [" dylib" , " rlib" ]
10
-
11
- [dependencies ]
12
- log = { path = " ../liblog" }
You can’t perform that action at this time.
0 commit comments