Skip to content

Commit 3fb72a6

Browse files
committed
---
yaml --- r: 13480 b: refs/heads/master c: 8945255 h: refs/heads/master v: v3
1 parent e07d041 commit 3fb72a6

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: ffc9fff720c33776d681034b7b7c8d920b2d6a15
2+
refs/heads/master: 894525555933300b4f306ea752ed94b80c89480a
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
55
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf

trunk/src/libcore/dvec.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ impl extensions<A:copy> for dvec<A> {
179179

180180
#[doc = "
181181
Append all elements of an iterable.
182-
182+
183183
Failure will occur if the iterable's `each()` method
184184
attempts to access this vector.
185185
"]

trunk/src/libcore/float.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ fn to_str_common(num: float, digits: uint, exact: bool) -> str {
109109
// stack of digits
110110
let mut fractionalParts = [];
111111

112-
// FIXME:
112+
// FIXME: (#2608)
113113
// This used to return right away without rounding, as "[-]num",
114114
// but given epsilon like in f64.rs, I don't see how the comparison
115115
// to epsilon did much when only used there.

trunk/src/libcore/int-template.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ impl num of num::num for T {
137137
}
138138

139139

140-
// FIXME: Has alignment issues on windows and 32-bit linux
140+
// FIXME: Has alignment issues on windows and 32-bit linux (#2609)
141141
#[test]
142142
#[ignore]
143143
fn test_from_str() {
@@ -157,7 +157,7 @@ fn test_from_str() {
157157
assert from_str("x") == none;
158158
}
159159

160-
// FIXME: Has alignment issues on windows and 32-bit linux
160+
// FIXME: Has alignment issues on windows and 32-bit linux (#2609)
161161
#[test]
162162
#[ignore]
163163
fn test_parse_buf() {

0 commit comments

Comments
 (0)