File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
branches/snap-stage3/src/rustc/middle Expand file tree Collapse file tree 3 files changed +3
-3
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: 3764ec7025322918acf682cda498577dffdea4d3
4
+ refs/heads/snap-stage3: 6986acb340f44d30438889452f5160ed2373573b
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 @@ -132,7 +132,7 @@ fn classify(e: @expr,
132
132
classify ( base, def_map, tcx)
133
133
}
134
134
135
- // FIXME: #1272, we can probably do something CCI-ish
135
+ // FIXME: (#3728) we can probably do something CCI-ish
136
136
// surrounding nonlocal constants. But we don't yet.
137
137
ast:: expr_path( _) => {
138
138
match def_map. find ( e. id ) {
Original file line number Diff line number Diff line change @@ -632,7 +632,7 @@ fn cast_shift_rhs(op: ast::binop,
632
632
if lhs_sz < rhs_sz {
633
633
trunc( rhs, lhs_llty)
634
634
} else if lhs_sz > rhs_sz {
635
- // FIXME (See discussion at #1570) : If shifting by negative
635
+ // FIXME (#1877 : If shifting by negative
636
636
// values becomes not undefined then this is wrong.
637
637
zext ( rhs, lhs_llty)
638
638
} else {
You can’t perform that action at this time.
0 commit comments