We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b18b3e commit 7ec01e4Copy full SHA for 7ec01e4
library/core/src/option.rs
@@ -1065,7 +1065,7 @@ impl<T> Option<T> {
1065
#[inline]
1066
#[track_caller]
1067
#[stable(feature = "option_result_unwrap_unchecked", since = "1.58.0")]
1068
- #[rustc_const_unstable(feature = "const_option_ext", issue = "91930")]
+ #[rustc_const_unstable(feature = "const_option", issue = "67441")]
1069
pub const unsafe fn unwrap_unchecked(self) -> T {
1070
match self {
1071
Some(val) => val,
0 commit comments