]> git.lizzy.rs Git - rust.git/commit - src/tools/rust-analyzer
Rollup merge of #88612 - lovasoa:patch-1, r=m-ou-se
authorJubilee <46493976+workingjubilee@users.noreply.github.com>
Fri, 24 Sep 2021 00:31:41 +0000 (17:31 -0700)
committerGitHub <noreply@github.com>
Fri, 24 Sep 2021 00:31:41 +0000 (17:31 -0700)
commit586d028d0e32773a5ae5602f38e2751d7dd25523
treee7cf5380f71254bf9bf08c83a56d50c435f87f35
parent2b862bed9889808b69629fd7246317189b9517a5
parent598e5b27beef291c016c13f4dfaf724350f37fce
Rollup merge of #88612 - lovasoa:patch-1, r=m-ou-se

Add a better error message for #39364

There is a known bug in the implementation of mpsc channels in rust.
This adds a clearer error message when the bug occurs, so that developers don't lose too much time looking for the origin of the bug.
See https://github.com/rust-lang/rust/issues/39364