File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
branches/try/src/libsyntax Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2
2
refs/heads/master: 3e6de6b7da8ee88bf84b0e217900051334be08da
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: 60fba4d7d677ec098e6a43014132fe99f7547363
5
- refs/heads/try: 53a68814b645afa064e441aa3e855785abb20ea7
5
+ refs/heads/try: 41a939aa5f0ae8d2864bff0bd17ffc2b8760688d
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
7
7
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
8
8
refs/heads/try2: 147ecfdd8221e4a4d4e090486829a06da1e0ca3c
Original file line number Diff line number Diff line change @@ -545,7 +545,7 @@ pub fn noop_fold_expr(e: &Expr_, fld: @ast_fold) -> Expr_ {
545
545
ExprDoBody ( f) => ExprDoBody ( fld. fold_expr ( f) ) ,
546
546
ExprLit ( _) => ( * e) . clone ( ) ,
547
547
ExprCast ( expr, ref ty) => {
548
- ExprCast ( fld. fold_expr ( expr) , ( * ty ) . clone ( ) )
548
+ ExprCast ( fld. fold_expr ( expr) , fld . fold_ty ( ty ) )
549
549
}
550
550
ExprAddrOf ( m, ohs) => ExprAddrOf ( m, fld. fold_expr ( ohs) ) ,
551
551
ExprIf ( cond, ref tr, fl) => {
You can’t perform that action at this time.
0 commit comments