File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
branches/snap-stage3/src/libcore Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
refs/heads/master: 2898dcc5d97da9427ac367542382b6239d9c0bbf
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
- refs/heads/snap-stage3: c2222878c84e09a86633890ad72396ef97bddf33
4
+ refs/heads/snap-stage3: 453e29cc39de1d6e0126c4908c8b289ece28ab4e
5
5
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
Original file line number Diff line number Diff line change @@ -106,8 +106,6 @@ class port_ptr<T:send> {
106
106
rustrt:: rust_port_begin_detach ( self . po , yieldp) ;
107
107
if yield != 0 u {
108
108
// Need to wait for the port to be detached
109
- // FIXME: If this fails then we're going to leave our port
110
- // in a bogus state. (Issue #1988)
111
109
task:: yield ( ) ;
112
110
}
113
111
rustrt:: rust_port_end_detach ( self . po ) ;
You can’t perform that action at this time.
0 commit comments