Put #[staged_api] behind the 'staged_api' gate

This commit is contained in:
Brian Anderson
2015-01-21 18:21:14 -08:00
parent 2b879a08b5
commit d3c0bb416e
41 changed files with 61 additions and 1 deletions

View File

@@ -25,6 +25,7 @@
#![crate_name = "test"]
#![unstable(feature = "unnamed_feature")]
#![feature(staged_api)]
#![staged_api]
#![crate_type = "rlib"]
#![crate_type = "dylib"]