Add 'feature' and 'since' to stability attributes

This commit is contained in:
Brian Anderson
2015-01-12 18:40:19 -08:00
parent 90aa581cff
commit 94ca8a3610
186 changed files with 2822 additions and 2561 deletions

View File

@@ -95,7 +95,7 @@
//! and `format!`, also available to all Rust code.
#![crate_name = "std"]
#![stable]
#![stable(feature = "grandfathered", since = "1.0.0")]
#![staged_api]
#![crate_type = "rlib"]
#![crate_type = "dylib"]
@@ -175,7 +175,7 @@ pub use alloc::rc;
pub use core_collections::slice;
pub use core_collections::str;
pub use core_collections::string;
#[stable]
#[stable(feature = "grandfathered", since = "1.0.0")]
pub use core_collections::vec;
pub use unicode::char;