Skip to content

Commit

Permalink
Add rustc_data_structures for trans_utils/lib.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
MaikKlein authored and arielb1 committed Dec 18, 2017
1 parent c847cf3 commit 6e78b66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/librustc_trans_utils/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ extern crate rustc;
extern crate rustc_back;
extern crate syntax;
extern crate syntax_pos;
extern crate rustc_data_structures;

use rustc::ty::{TyCtxt, Instance};
use rustc::hir;
Expand Down

0 comments on commit 6e78b66

Please sign in to comment.