File tree 6 files changed +19
-0
lines changed
6 files changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ log = { path = "../liblog" }
18
18
rbml = { path = " ../librbml" }
19
19
rustc_back = { path = " ../librustc_back" }
20
20
rustc_bitflags = { path = " ../librustc_bitflags" }
21
+ rustc_const_eval = { path = " ../librustc_const_eval" }
21
22
rustc_data_structures = { path = " ../librustc_data_structures" }
22
23
rustc_front = { path = " ../librustc_front" }
23
24
rustc_llvm = { path = " ../librustc_llvm" }
Original file line number Diff line number Diff line change
1
+ [package ]
2
+ authors = [" The Rust Project Developers" ]
3
+ name = " rustc_const_eval"
4
+ version = " 0.0.0"
5
+
6
+ [lib ]
7
+ name = " rustc_const_eval"
8
+ path = " lib.rs"
9
+ crate-type = [" dylib" ]
10
+
11
+ [dependencies ]
12
+ log = { path = " ../liblog" }
13
+ serialize = { path = " ../libserialize" }
14
+ syntax = { path = " ../libsyntax" }
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ rbml = { path = "../librbml" }
15
15
rustc = { path = " ../librustc" }
16
16
rustc_back = { path = " ../librustc_back" }
17
17
rustc_bitflags = { path = " ../librustc_bitflags" }
18
+ rustc_const_eval = { path = " ../librustc_const_eval" }
18
19
rustc_front = { path = " ../librustc_front" }
19
20
rustc_llvm = { path = " ../librustc_llvm" }
20
21
serialize = { path = " ../libserialize" }
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ graphviz = { path = "../libgraphviz" }
13
13
log = { path = " ../liblog" }
14
14
rustc = { path = " ../librustc" }
15
15
rustc_back = { path = " ../librustc_back" }
16
+ rustc_const_eval = { path = " ../librustc_const_eval" }
16
17
rustc_data_structures = { path = " ../librustc_data_structures" }
17
18
rustc_front = { path = " ../librustc_front" }
18
19
syntax = { path = " ../libsyntax" }
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ graphviz = { path = "../libgraphviz" }
16
16
log = { path = " ../liblog" }
17
17
rustc = { path = " ../librustc" }
18
18
rustc_back = { path = " ../librustc_back" }
19
+ rustc_const_eval = { path = " ../librustc_const_eval" }
19
20
rustc_data_structures = { path = " ../librustc_data_structures" }
20
21
rustc_front = { path = " ../librustc_front" }
21
22
rustc_llvm = { path = " ../librustc_llvm" }
Original file line number Diff line number Diff line change @@ -15,5 +15,6 @@ arena = { path = "../libarena" }
15
15
fmt_macros = { path = " ../libfmt_macros" }
16
16
rustc = { path = " ../librustc" }
17
17
rustc_back = { path = " ../librustc_back" }
18
+ rustc_const_eval = { path = " ../librustc_const_eval" }
18
19
rustc_front = { path = " ../librustc_front" }
19
20
rustc_platform_intrinsics = { path = " ../librustc_platform_intrinsics" }
You can’t perform that action at this time.
0 commit comments