File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed
branches/snap-stage3/src/rustc/middle/borrowck Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
refs/heads/master: cd6f24f9d14ac90d167386a56e7a6ac1f0318195
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
- refs/heads/snap-stage3: 63dc83198a8e2d7c1a9b43d1512b30eaa002fca8
4
+ refs/heads/snap-stage3: 3764ec7025322918acf682cda498577dffdea4d3
5
5
refs/heads/try: d324a424d8f84b1eb049b12cf34182bda91b0024
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
7
7
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
Original file line number Diff line number Diff line change @@ -119,12 +119,7 @@ fn req_loans_in_expr(ex: @ast::expr,
119
119
let arg_cmt = self . bccx . cat_expr ( * arg) ;
120
120
self . guarantee_valid ( arg_cmt, m_imm, scope_r) ;
121
121
}
122
- ast:: by_val => {
123
- // FIXME (#2493): safety checks would be required here,
124
- // but the correct set is really hard to get right,
125
- // and modes are going away anyhow.
126
- }
127
- ast:: by_move | ast:: by_copy => { }
122
+ ast:: by_val | ast:: by_move | ast:: by_copy => { }
128
123
}
129
124
}
130
125
visit:: visit_expr ( ex, self , vt) ;
You can’t perform that action at this time.
0 commit comments