Document #39364 (WIP)
This commit is contained in:
@@ -1247,6 +1247,12 @@ impl<T> Receiver<T> {
|
|||||||
/// [`SyncSender`]: struct.SyncSender.html
|
/// [`SyncSender`]: struct.SyncSender.html
|
||||||
/// [`Err`]: ../../../std/result/enum.Result.html#variant.Err
|
/// [`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
|
/// # Examples
|
||||||
///
|
///
|
||||||
/// Successfully receiving value before encountering timeout:
|
/// Successfully receiving value before encountering timeout:
|
||||||
|
|||||||
Reference in New Issue
Block a user