File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 372673b58c09355c6ca963a05e2cbc142b832eac
2
+ refs/heads/master: cb0eeed539a8b4730203db9e1c2dff42808ac1a9
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: 4a81779abd786ff22d71434c6d9a5917ea4cdfff
5
5
refs/heads/try: 2898dcc5d97da9427ac367542382b6239d9c0bbf
Original file line number Diff line number Diff line change @@ -94,9 +94,7 @@ resource port_ptr<T: send>(po: *rust_port) {
94
94
95
95
// Drain the port so that all the still-enqueued items get dropped
96
96
while rustrt:: rust_port_size ( po) > 0 u {
97
- // FIXME: For some reason if we don't assign to something here
98
- // we end up with invalid reads in the drop glue.
99
- let _t = recv_ :: < T > ( po) ;
97
+ recv_ :: < T > ( po) ;
100
98
}
101
99
rustrt:: del_port ( po) ;
102
100
}
You can’t perform that action at this time.
0 commit comments