about summary refs log tree commit diff
path: root/src/libstd/primitive_docs.rs
diff options
context:
space:
mode:
authorAndrew Cann <shum@canndrew.org>2017-11-25 14:28:17 +0800
committerAndrew Cann <shum@canndrew.org>2017-12-12 14:03:03 +0800
commitb9df045b7955eef6dd28290497df941036cfbeab (patch)
tree93e936920480ede57e706af890411b3e475492bb /src/libstd/primitive_docs.rs
parent5951f8d1ba892a03a4cb7529a38c2452f5037864 (diff)
downloadrust-b9df045b7955eef6dd28290497df941036cfbeab.tar.gz
rust-b9df045b7955eef6dd28290497df941036cfbeab.zip
Rename never_type_impls gate to never_type
Diffstat (limited to 'src/libstd/primitive_docs.rs')
-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 a456e466341..a2caf47e8cc 100644
--- a/src/libstd/primitive_docs.rs
+++ b/src/libstd/primitive_docs.rs
@@ -192,7 +192,7 @@ mod prim_bool { }
 /// [`Default`]: default/trait.Default.html
 /// [`default()`]: default/trait.Default.html#tymethod.default
 ///
-#[unstable(feature = "never_type_impls", issue = "35121")]
+#[unstable(feature = "never_type", issue = "35121")]
 mod prim_never { }
 
 #[doc(primitive = "char")]