Add link to tracking issue #82223
This commit is contained in:
parent
2711b011e6
commit
404da0bc90
1 changed files with 1 additions and 1 deletions
|
@ -1302,7 +1302,7 @@ impl<T> Result<T, T> {
|
||||||
/// assert_eq!(err.into_ok_or_err(), 4);
|
/// assert_eq!(err.into_ok_or_err(), 4);
|
||||||
/// ```
|
/// ```
|
||||||
#[inline]
|
#[inline]
|
||||||
#[unstable(feature = "result_into_ok_or_err", reason = "newly added", issue = "none")]
|
#[unstable(feature = "result_into_ok_or_err", reason = "newly added", issue = "82223")]
|
||||||
pub const fn into_ok_or_err(self) -> T {
|
pub const fn into_ok_or_err(self) -> T {
|
||||||
match self {
|
match self {
|
||||||
Ok(v) => v,
|
Ok(v) => v,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue