We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e78b501 commit 60a9dccCopy full SHA for 60a9dcc
library/std/src/os/raw/mod.rs
@@ -39,7 +39,7 @@ macro_rules! type_alias {
39
type_alias_no_nz! { $Docfile, $Alias = $Real; $( $Cfg )* }
40
41
#[doc = concat!("Type alias for `NonZero` version of [`", stringify!($Alias), "`]")]
42
- #[unstable(feature = "raw_os_nonzero", issue = "none")]
+ #[unstable(feature = "raw_os_nonzero", issue = "82363")]
43
$( $Cfg )*
44
pub type $NZAlias = $NZReal;
45
}
0 commit comments