auto merge of #15014 : brson/rust/all-crates-experimental, r=cmr

This creates a stability baseline for all crates that we distribute that are not `std`. In general, all library code must start as experimental and progress in stages to become stable.
This commit is contained in:
bors
2014-06-19 03:31:18 +00:00
28 changed files with 28 additions and 1 deletions

View File

@@ -24,6 +24,7 @@
// build off of.
#![crate_id = "test#0.11.0-pre"]
#![experimental]
#![comment = "Rust internal test library only used by rustc"]
#![license = "MIT/ASL2"]
#![crate_type = "rlib"]