std: Add issues to all unstable features
This commit is contained in:
parent
377c11aa83
commit
5f625620b5
41 changed files with 272 additions and 223 deletions
|
|
@ -49,9 +49,11 @@
|
|||
#[repr(u8)]
|
||||
#[stable(feature = "raw_os", since = "1.1.0")]
|
||||
pub enum c_void {
|
||||
#[unstable(feature = "c_void_variant", reason = "should not have to exist")]
|
||||
#[unstable(feature = "c_void_variant", reason = "should not have to exist",
|
||||
issue = "0")]
|
||||
#[doc(hidden)] __variant1,
|
||||
#[unstable(feature = "c_void_variant", reason = "should not have to exist")]
|
||||
#[unstable(feature = "c_void_variant", reason = "should not have to exist",
|
||||
issue = "0")]
|
||||
#[doc(hidden)] __variant2,
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue