Skip to content

Commit dd5734d

Browse files
committed
rustc: more fallout from 2db3abd
1 parent 896dcd4 commit dd5734d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/librustc/middle/trans/expr.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,8 @@ use util::common::indenter;
133133
use util::ppaux::ty_to_str;
134134

135135
use syntax::print::pprust::{expr_to_str};
136+
use syntax::ast;
137+
use syntax::ast::spanned;
136138

137139
// The primary two functions for translating expressions:
138140
export trans_to_datum, trans_into;

0 commit comments

Comments
 (0)