File tree 5 files changed +0
-5
lines changed
5 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ crate-type = ["dylib"]
12
12
log = " 0.4"
13
13
rustc = { path = " ../librustc" }
14
14
rustc_mir = { path = " ../librustc_mir" }
15
- rustc_const_math = { path = " ../librustc_const_math" }
16
15
rustc_data_structures = { path = " ../librustc_data_structures" }
17
16
syntax = { path = " ../libsyntax" }
18
17
syntax_pos = { path = " ../libsyntax_pos" }
Original file line number Diff line number Diff line change 23
23
#[ macro_use]
24
24
extern crate rustc;
25
25
extern crate rustc_mir;
26
- extern crate rustc_const_math;
27
26
extern crate rustc_data_structures;
28
27
29
28
#[ macro_use]
Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ syntax = { path = "../libsyntax" }
15
15
arena = { path = " ../libarena" }
16
16
fmt_macros = { path = " ../libfmt_macros" }
17
17
rustc = { path = " ../librustc" }
18
- rustc_const_math = { path = " ../librustc_const_math" }
19
18
rustc_data_structures = { path = " ../librustc_data_structures" }
20
19
rustc_platform_intrinsics = { path = " ../librustc_platform_intrinsics" }
21
20
rustc_target = { path = " ../librustc_target" }
Original file line number Diff line number Diff line change @@ -92,7 +92,6 @@ extern crate syntax_pos;
92
92
extern crate arena;
93
93
#[ macro_use] extern crate rustc;
94
94
extern crate rustc_platform_intrinsics as intrinsics;
95
- extern crate rustc_const_math;
96
95
extern crate rustc_data_structures;
97
96
extern crate rustc_errors as errors;
98
97
extern crate rustc_target;
Original file line number Diff line number Diff line change @@ -31,7 +31,6 @@ extern crate getopts;
31
31
extern crate env_logger;
32
32
extern crate rustc;
33
33
extern crate rustc_data_structures;
34
- extern crate rustc_const_math;
35
34
extern crate rustc_trans_utils;
36
35
extern crate rustc_driver;
37
36
extern crate rustc_resolve;
You can’t perform that action at this time.
0 commit comments