about summary refs log tree commit diff
path: root/src/libstd
diff options
context:
space:
mode:
authorAndrew Cann <shum@canndrew.org>2017-11-24 13:16:39 +0800
committerAndrew Cann <shum@canndrew.org>2017-11-24 13:16:39 +0800
commit31845201e8dc3af5c7c76506aa83263ffce7c400 (patch)
treec6bd51659112e019ab0f693f5c886cae4021cf80 /src/libstd
parent6612590bd1c882b0b2e0445d418b8b8c6675369f (diff)
downloadrust-31845201e8dc3af5c7c76506aa83263ffce7c400.tar.gz
rust-31845201e8dc3af5c7c76506aa83263ffce7c400.zip
change stability of prim_never
Diffstat (limited to 'src/libstd')
-rw-r--r--src/libstd/primitive_docs.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/primitive_docs.rs b/src/libstd/primitive_docs.rs
index 3d7c197b9e3..751daac9c48 100644
--- a/src/libstd/primitive_docs.rs
+++ b/src/libstd/primitive_docs.rs
@@ -168,7 +168,7 @@ mod prim_bool { }
 /// [`Debug`]: fmt/trait.Debug.html
 /// [`Default`]: default/trait.Default.html
 ///
-#[stable(feature = "rust1", since = "1.23.0")]
+#[unstable(feature = "never_type_impls", issue = "35121")]
 mod prim_never { }
 
 #[doc(primitive = "char")]