File tree Expand file tree Collapse file tree 4 files changed +3
-5
lines changed Expand file tree Collapse file tree 4 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: dac4916cec14751f27898d09ab9dcf3db9f30ad5
2
+ refs/heads/master: e8e143b9d794f61aad664fb2d141304e6f640792
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: cd6f24f9d14ac90d167386a56e7a6ac1f0318195
5
5
refs/heads/try: ffbe0e0e00374358b789b0037bcb3a577cd218be
Original file line number Diff line number Diff line change 1
1
// FIXME: The disambiguation the pretty printer does here
2
- // is probably not necessary anymore
2
+ // is probably not necessary anymore (#2882)
3
3
4
4
fn blk1 ( b : fn ( ) ) -> fn @( ) { ret fn@( ) { } ; }
5
5
fn test1 ( ) { ( do blk1 { #debug[ "hi"] ; } ) ( ) ; }
Original file line number Diff line number Diff line change 1
1
// xfail-test
2
2
// xfail-fast
3
- // (Not sure why, though -- FIXME (tjc )
3
+ // (Not sure why, though -- FIXME #2883 )
4
4
import to_str:: * ;
5
5
import to_str:: to_str;
6
6
Original file line number Diff line number Diff line change @@ -67,8 +67,6 @@ mod pipes {
67
67
}
68
68
full { fail "duplicate send" }
69
69
blocked {
70
- // FIXME: once the target will actually block, tell the
71
- // scheduler to wake it up.
72
70
73
71
// The receiver will eventually clean this up.
74
72
unsafe { forget( p) ; }
You can’t perform that action at this time.
0 commit comments