File tree 1 file changed +4
-0
lines changed
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -41,6 +41,8 @@ Stabilized APIs
41
41
- [`Path::is_symlink`]
42
42
- [`{integer}::saturating_div`]
43
43
- [`Option::unwrap_unchecked`]
44
+ - [`Result::unwrap_unchecked`]
45
+ - [`Result::unwrap_err_unchecked`]
44
46
- [`NonZero{unsigned}::is_power_of_two`]
45
47
46
48
These APIs are now usable in const contexts:
@@ -136,6 +138,8 @@ and related tools.
136
138
[`Path::is_symlink`]: https://doc.rust-lang.org/stable/std/path/struct.Path.html#method.is_symlink
137
139
[`{integer}::saturating_div`]: https://doc.rust-lang.org/stable/std/primitive.i8.html#method.saturating_div
138
140
[`Option::unwrap_unchecked`]: https://doc.rust-lang.org/stable/std/option/enum.Option.html#method.unwrap_unchecked
141
+ [`Result::unwrap_unchecked`]: https://doc.rust-lang.org/stable/std/result/enum.Result.html#method.unwrap_unchecked
142
+ [`Result::unwrap_err_unchecked`]: https://doc.rust-lang.org/stable/std/result/enum.Result.html#method.unwrap_err_unchecked
139
143
[`NonZero{unsigned}::is_power_of_two`]: https://doc.rust-lang.org/stable/std/num/struct.NonZeroU8.html#method.is_power_of_two
140
144
[`unix::process::ExitStatusExt::core_dumped`]: https://doc.rust-lang.org/stable/std/os/unix/process/trait.ExitStatusExt.html#tymethod.core_dumped
141
145
[`unix::process::ExitStatusExt::stopped_signal`]: https://doc.rust-lang.org/stable/std/os/unix/process/trait.ExitStatusExt.html#tymethod.stopped_signal
You can’t perform that action at this time.
0 commit comments