File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
branches/snap-stage3/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 1
1
---
2
2
refs/heads/master: 124eb2119c78651cfaaa7a046a101fa2e20f83ca
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
- refs/heads/snap-stage3: d876a721d2efa7cbf7b0224c396a5da9079a8d5d
4
+ refs/heads/snap-stage3: cd4e637ae4113d4c49a2e5c533b5bf48fbf7cc6e
5
5
refs/heads/try: ac820906c0e53eab79a98ee64f7231f57c3887b4
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
7
7
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
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