Skip to content

Commit 52d4040

Browse files
committed
---
yaml --- r: 31141 b: refs/heads/dist-snap c: e8e143b h: refs/heads/master i: 31139: 004754d v: v3
1 parent e7ba32d commit 52d4040

File tree

4 files changed

+3
-5
lines changed

4 files changed

+3
-5
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
88
refs/heads/try2: d0c6ce338884ee21843f4b40bf6bf18d222ce5df
99
refs/heads/incoming: d9317a174e434d4c99fc1a37fd7dc0d2f5328d37
10-
refs/heads/dist-snap: dac4916cec14751f27898d09ab9dcf3db9f30ad5
10+
refs/heads/dist-snap: e8e143b9d794f61aad664fb2d141304e6f640792
1111
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596
1212
refs/tags/release-0.3: b5f0d0f648d9a6153664837026ba1be43d3e2503
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// FIXME: The disambiguation the pretty printer does here
2-
// is probably not necessary anymore
2+
// is probably not necessary anymore (#2882)
33

44
fn blk1(b: fn()) -> fn@() { ret fn@() { }; }
55
fn test1() { (do blk1 { #debug["hi"]; })(); }

branches/dist-snap/src/test/run-pass/class-separate-impl.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// xfail-test
22
// xfail-fast
3-
// (Not sure why, though -- FIXME (tjc)
3+
// (Not sure why, though -- FIXME #2883)
44
import to_str::*;
55
import to_str::to_str;
66

branches/dist-snap/src/test/run-pass/issue-2718.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,6 @@ mod pipes {
6767
}
6868
full { fail "duplicate send" }
6969
blocked {
70-
// FIXME: once the target will actually block, tell the
71-
// scheduler to wake it up.
7270

7371
// The receiver will eventually clean this up.
7472
unsafe { forget(p); }

0 commit comments

Comments
 (0)