]> git.lizzy.rs Git - rust.git/commit
Auto merge of #34731 - GGist:fix_sync_try_recv, r=alexcrichton
authorbors <bors@rust-lang.org>
Sun, 10 Jul 2016 07:22:33 +0000 (00:22 -0700)
committerGitHub <noreply@github.com>
Sun, 10 Jul 2016 07:22:33 +0000 (00:22 -0700)
commit46e7f4b8c5a8c9f66d4d5795aa348307e30f4f0f
tree1cab3f1399e4af5236112126329ca0a2b12522c3
parentc73bb9b7d9b5b2f8336683ad7efca7442ad5d379
parent2af340c0ec72f0033bda65d920ac04ae9e1c0cae
Auto merge of #34731 - GGist:fix_sync_try_recv, r=alexcrichton

Check for data in Receiver::try_recv before reporting disconnect

Fixes #34711

r? @alexcrichton