Skip to content

Commit ff9077c

Browse files
committed
---
yaml --- r: 37155 b: refs/heads/try c: 6986acb h: refs/heads/master i: 37153: af27855 37151: 6e19921 v: v3
1 parent 0a26b63 commit ff9077c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
refs/heads/master: 09bb07bed9166105ea961a42b5fff7739ae0d2e9
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: eb8fd119c65c67f3b1b8268cc7341c22d39b7b61
5-
refs/heads/try: 3764ec7025322918acf682cda498577dffdea4d3
5+
refs/heads/try: 6986acb340f44d30438889452f5160ed2373573b
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
88
refs/heads/try2: a810c03263670238bccd64cabb12a23a46e3a278

branches/try/src/rustc/middle/const_eval.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ fn classify(e: @expr,
132132
classify(base, def_map, tcx)
133133
}
134134

135-
// FIXME: #1272, we can probably do something CCI-ish
135+
// FIXME: (#3728) we can probably do something CCI-ish
136136
// surrounding nonlocal constants. But we don't yet.
137137
ast::expr_path(_) => {
138138
match def_map.find(e.id) {

branches/try/src/rustc/middle/trans/base.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -632,7 +632,7 @@ fn cast_shift_rhs(op: ast::binop,
632632
if lhs_sz < rhs_sz {
633633
trunc(rhs, lhs_llty)
634634
} else if lhs_sz > rhs_sz {
635-
// FIXME (See discussion at #1570): If shifting by negative
635+
// FIXME (#1877: If shifting by negative
636636
// values becomes not undefined then this is wrong.
637637
zext(rhs, lhs_llty)
638638
} else {

0 commit comments

Comments
 (0)