Skip to content

Commit c3fdd19

Browse files
authored
Document rust-lang#39364 (WIP)
1 parent e94df4a commit c3fdd19

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/libstd/sync/mpsc/mod.rs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1247,6 +1247,12 @@ impl<T> Receiver<T> {
12471247
/// [`SyncSender`]: struct.SyncSender.html
12481248
/// [`Err`]: ../../../std/result/enum.Result.html#variant.Err
12491249
///
1250+
/// # Panics
1251+
///
1252+
/// Panics due to a known issue ([`#39364`][]).
1253+
///
1254+
/// [`#39364`]: https://github.com/rust-lang/rust/issues/39364
1255+
///
12501256
/// # Examples
12511257
///
12521258
/// Successfully receiving value before encountering timeout:

0 commit comments

Comments
 (0)