We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 896dcd4 commit dd5734dCopy full SHA for dd5734d
src/librustc/middle/trans/expr.rs
@@ -133,6 +133,8 @@ use util::common::indenter;
133
use util::ppaux::ty_to_str;
134
135
use syntax::print::pprust::{expr_to_str};
136
+use syntax::ast;
137
+use syntax::ast::spanned;
138
139
// The primary two functions for translating expressions:
140
export trans_to_datum, trans_into;
0 commit comments