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 e36121b commit c7c76c8Copy full SHA for c7c76c8
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: 896dcd4eb38bd3f224e046dacc634b1e13f49e96
+refs/heads/master: dd5734d4878ac259752e4495b90012cef4990862
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
refs/heads/snap-stage3: 2f46b763da2c098913884f101b6d71d69af41b49
5
refs/heads/try: 3d5418789064fdb463e872a4e651af1c628a3650
trunk/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