Skip to content

Commit 60a9dcc

Browse files
authored
update tracking issue for raw_os_nonzero
1 parent e78b501 commit 60a9dcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/std/src/os/raw/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ macro_rules! type_alias {
3939
type_alias_no_nz! { $Docfile, $Alias = $Real; $( $Cfg )* }
4040

4141
#[doc = concat!("Type alias for `NonZero` version of [`", stringify!($Alias), "`]")]
42-
#[unstable(feature = "raw_os_nonzero", issue = "none")]
42+
#[unstable(feature = "raw_os_nonzero", issue = "82363")]
4343
$( $Cfg )*
4444
pub type $NZAlias = $NZReal;
4545
}

0 commit comments

Comments
 (0)