Skip to content

Commit c7c76c8

Browse files
committed
---
yaml --- r: 41637 b: refs/heads/master c: dd5734d h: refs/heads/master i: 41635: 604604a v: v3
1 parent e36121b commit c7c76c8

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 896dcd4eb38bd3f224e046dacc634b1e13f49e96
2+
refs/heads/master: dd5734d4878ac259752e4495b90012cef4990862
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 2f46b763da2c098913884f101b6d71d69af41b49
55
refs/heads/try: 3d5418789064fdb463e872a4e651af1c628a3650

trunk/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)