about summary refs log tree commit diff
path: root/src/libhexfloat
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2014-06-19 03:31:18 +0000
committerbors <bors@rust-lang.org>2014-06-19 03:31:18 +0000
commitf05cd6e04e62651ec95a3ae66906399d7c0092a1 (patch)
tree008b8165e0ec8c0bf7edef753cf0f7c672afcf3c /src/libhexfloat
parent3770c42a4959cbabc73da52abc7e3db96657974e (diff)
parent77657baf2c1174fc8e22ac11c0ff737c8e9a3ad7 (diff)
downloadrust-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/libhexfloat')
-rw-r--r--src/libhexfloat/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libhexfloat/lib.rs b/src/libhexfloat/lib.rs
index 5451e4fc18c..f0f05baa282 100644
--- a/src/libhexfloat/lib.rs
+++ b/src/libhexfloat/lib.rs
@@ -37,6 +37,7 @@ fn main() {
 */
 
 #![crate_id = "hexfloat#0.11.0-pre"]
+#![experimental]
 #![crate_type = "rlib"]
 #![crate_type = "dylib"]
 #![license = "MIT/ASL2"]