We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e879b0 commit 7d5cbedCopy full SHA for 7d5cbed
library/core/src/internal_macros.rs
@@ -77,7 +77,6 @@ macro_rules! forward_ref_op_assign {
77
}
78
79
/// Create a zero-size type similar to a closure type, but named.
80
-#[unstable(feature = "std_internals", issue = "none")]
81
macro_rules! impl_fn_for_zst {
82
($(
83
$( #[$attr: meta] )*
library/core/src/lib.rs
@@ -70,7 +70,7 @@
70
#![warn(missing_docs)]
71
#![allow(explicit_outlives_requirements)]
72
73
-// Library features:
+// Library features for const fns:
74
#![feature(const_align_of_val)]
75
#![feature(const_alloc_layout)]
76
#![feature(const_arguments_as_str)]
@@ -105,7 +105,6 @@
105
#![feature(duration_consts_2)]
106
#![feature(ptr_metadata)]
107
#![feature(slice_ptr_get)]
108
-#![feature(std_internals)]
109
#![feature(variant_count)]
110
111
// Language features:
0 commit comments