Stabilize const_fn_union

This commit is contained in:
Jacob Pratt
2021-06-03 02:16:56 -04:00
parent 36f02f3523
commit 7bf791d162
6 changed files with 5 additions and 33 deletions

View File

@@ -413,9 +413,6 @@ declare_features! (
/// Allows inferring `'static` outlives requirements (RFC 2093).
(active, infer_static_outlives_requirements, "1.26.0", Some(54185), None),
/// Allows accessing fields of unions inside `const` functions.
(active, const_fn_union, "1.27.0", Some(51909), None),
/// Allows dereferencing raw pointers during const eval.
(active, const_raw_ptr_deref, "1.27.0", Some(51911), None),