File tree 3 files changed +0
-3
lines changed
3 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -2352,7 +2352,6 @@ dependencies = [
2352
2352
" log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)" ,
2353
2353
" rustc 0.0.0" ,
2354
2354
" rustc_data_structures 0.0.0" ,
2355
- " rustc_mir 0.0.0" ,
2356
2355
" rustc_target 0.0.0" ,
2357
2356
" syntax 0.0.0" ,
2358
2357
" syntax_pos 0.0.0" ,
Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ test = false
12
12
[dependencies ]
13
13
log = " 0.4"
14
14
rustc = { path = " ../librustc" }
15
- rustc_mir = { path = " ../librustc_mir" }
16
15
rustc_target = { path = " ../librustc_target" }
17
16
syntax = { path = " ../libsyntax" }
18
17
syntax_pos = { path = " ../libsyntax_pos" }
Original file line number Diff line number Diff line change @@ -36,7 +36,6 @@ extern crate syntax;
36
36
extern crate rustc;
37
37
#[ macro_use]
38
38
extern crate log;
39
- extern crate rustc_mir;
40
39
extern crate rustc_target;
41
40
extern crate syntax_pos;
42
41
extern crate rustc_data_structures;
You can’t perform that action at this time.
0 commit comments