File tree Expand file tree Collapse file tree 6 files changed +19
-0
lines changed Expand file tree Collapse file tree 6 files changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ log = { path = "../liblog" }
1818rbml = { path = " ../librbml" }
1919rustc_back = { path = " ../librustc_back" }
2020rustc_bitflags = { path = " ../librustc_bitflags" }
21+ rustc_const_eval = { path = " ../librustc_const_eval" }
2122rustc_data_structures = { path = " ../librustc_data_structures" }
2223rustc_front = { path = " ../librustc_front" }
2324rustc_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" }
1515rustc = { path = " ../librustc" }
1616rustc_back = { path = " ../librustc_back" }
1717rustc_bitflags = { path = " ../librustc_bitflags" }
18+ rustc_const_eval = { path = " ../librustc_const_eval" }
1819rustc_front = { path = " ../librustc_front" }
1920rustc_llvm = { path = " ../librustc_llvm" }
2021serialize = { path = " ../libserialize" }
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ graphviz = { path = "../libgraphviz" }
1313log = { path = " ../liblog" }
1414rustc = { path = " ../librustc" }
1515rustc_back = { path = " ../librustc_back" }
16+ rustc_const_eval = { path = " ../librustc_const_eval" }
1617rustc_data_structures = { path = " ../librustc_data_structures" }
1718rustc_front = { path = " ../librustc_front" }
1819syntax = { path = " ../libsyntax" }
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ graphviz = { path = "../libgraphviz" }
1616log = { path = " ../liblog" }
1717rustc = { path = " ../librustc" }
1818rustc_back = { path = " ../librustc_back" }
19+ rustc_const_eval = { path = " ../librustc_const_eval" }
1920rustc_data_structures = { path = " ../librustc_data_structures" }
2021rustc_front = { path = " ../librustc_front" }
2122rustc_llvm = { path = " ../librustc_llvm" }
Original file line number Diff line number Diff line change @@ -15,5 +15,6 @@ arena = { path = "../libarena" }
1515fmt_macros = { path = " ../libfmt_macros" }
1616rustc = { path = " ../librustc" }
1717rustc_back = { path = " ../librustc_back" }
18+ rustc_const_eval = { path = " ../librustc_const_eval" }
1819rustc_front = { path = " ../librustc_front" }
1920rustc_platform_intrinsics = { path = " ../librustc_platform_intrinsics" }
You can’t perform that action at this time.
0 commit comments