This repository was archived by the owner on May 28, 2025. It is now read-only.
Commit aaa6de7
authored
Add a better error message for rust-lang#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 rust-lang#393641 parent fbdff7f commit aaa6de7
File tree
1 file changed
+1
-1
lines changed- library/std/src/sync/mpsc
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
248 | 248 | | |
249 | 249 | | |
250 | 250 | | |
251 | | - | |
| 251 | + | |
252 | 252 | | |
253 | 253 | | |
254 | 254 | | |
| |||
0 commit comments