about summary refs log tree commit diff
path: root/src/librustc_borrowck/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/librustc_borrowck/lib.rs')
-rw-r--r--src/librustc_borrowck/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_borrowck/lib.rs b/src/librustc_borrowck/lib.rs
index 452eaaaa52d..162880d1856 100644
--- a/src/librustc_borrowck/lib.rs
+++ b/src/librustc_borrowck/lib.rs
@@ -9,7 +9,7 @@
 // except according to those terms.
 
 #![crate_name = "rustc_borrowck"]
-#![experimental]
+#![unstable]
 #![staged_api]
 #![crate_type = "dylib"]
 #![crate_type = "rlib"]