Skip to content

Commit 3184520

Browse files
committed
change stability of prim_never
1 parent 6612590 commit 3184520

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/primitive_docs.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ mod prim_bool { }
168168
/// [`Debug`]: fmt/trait.Debug.html
169169
/// [`Default`]: default/trait.Default.html
170170
///
171-
#[stable(feature = "rust1", since = "1.23.0")]
171+
#[unstable(feature = "never_type_impls", issue = "35121")]
172172
mod prim_never { }
173173

174174
#[doc(primitive = "char")]

0 commit comments

Comments
 (0)