Skip to content

Commit 6e78b66

Browse files
MaikKleinarielb1
authored andcommitted
Add rustc_data_structures for trans_utils/lib.rs
1 parent c847cf3 commit 6e78b66

File tree

1 file changed

+1
-0
lines changed
  • src/librustc_trans_utils

1 file changed

+1
-0
lines changed

src/librustc_trans_utils/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ extern crate rustc;
3737
extern crate rustc_back;
3838
extern crate syntax;
3939
extern crate syntax_pos;
40+
extern crate rustc_data_structures;
4041

4142
use rustc::ty::{TyCtxt, Instance};
4243
use rustc::hir;

0 commit comments

Comments
 (0)