Document #39364 (WIP)
This commit is contained in:
parent
e94df4acb4
commit
c3fdd19e43
@ -1247,6 +1247,12 @@ impl<T> Receiver<T> {
|
||||
/// [`SyncSender`]: struct.SyncSender.html
|
||||
/// [`Err`]: ../../../std/result/enum.Result.html#variant.Err
|
||||
///
|
||||
/// # Panics
|
||||
///
|
||||
/// Panics due to a known issue ([`#39364`][]).
|
||||
///
|
||||
/// [`#39364`]: https://github.com/rust-lang/rust/issues/39364
|
||||
///
|
||||
/// # Examples
|
||||
///
|
||||
/// Successfully receiving value before encountering timeout:
|
||||
|
Loading…
Reference in New Issue
Block a user