diff options
| author | bors <bors@rust-lang.org> | 2014-06-19 03:31:18 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2014-06-19 03:31:18 +0000 |
| commit | f05cd6e04e62651ec95a3ae66906399d7c0092a1 (patch) | |
| tree | 008b8165e0ec8c0bf7edef753cf0f7c672afcf3c /src/libsyntax | |
| parent | 3770c42a4959cbabc73da52abc7e3db96657974e (diff) | |
| parent | 77657baf2c1174fc8e22ac11c0ff737c8e9a3ad7 (diff) | |
| download | rust-f05cd6e04e62651ec95a3ae66906399d7c0092a1.tar.gz rust-f05cd6e04e62651ec95a3ae66906399d7c0092a1.zip | |
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.
Diffstat (limited to 'src/libsyntax')
| -rw-r--r-- | src/libsyntax/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libsyntax/lib.rs b/src/libsyntax/lib.rs index 8a66f0e6846..b18e3a221f9 100644 --- a/src/libsyntax/lib.rs +++ b/src/libsyntax/lib.rs @@ -19,6 +19,7 @@ This API is completely unstable and subject to change. */ #![crate_id = "syntax#0.11.0-pre"] +#![experimental] #![license = "MIT/ASL2"] #![crate_type = "dylib"] #![crate_type = "rlib"] |
