Skip to content

Commit d26d0bb

Browse files
committed
---
yaml --- r: 22479 b: refs/heads/master c: e8e143b h: refs/heads/master i: 22477: af5c40c 22475: e1c5f36 22471: aa993ad 22463: df4c1c1 v: v3
1 parent e111a24 commit d26d0bb

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
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: dac4916cec14751f27898d09ab9dcf3db9f30ad5
2+
refs/heads/master: e8e143b9d794f61aad664fb2d141304e6f640792
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: cd6f24f9d14ac90d167386a56e7a6ac1f0318195
55
refs/heads/try: ffbe0e0e00374358b789b0037bcb3a577cd218be
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"]; })(); }

trunk/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

trunk/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)