Add 'feature' and 'since' to stability attributes
This commit is contained in:
parent
90aa581cff
commit
94ca8a3610
186 changed files with 2822 additions and 2561 deletions
|
@ -10,7 +10,8 @@
|
|||
|
||||
#![crate_name = "libc"]
|
||||
#![crate_type = "rlib"]
|
||||
#![cfg_attr(not(feature = "cargo-build"), unstable)]
|
||||
#![cfg_attr(not(feature = "cargo-build"),
|
||||
unstable(feature = "unnamed_feature", since = "1.0.0"))]
|
||||
#![cfg_attr(not(feature = "cargo-build"), staged_api)]
|
||||
#![allow(unknown_features)] #![feature(int_uint)]
|
||||
#![allow(unstable)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue