1
Fork 0

remove const_raw_ptr_to_usize_cast feature

This commit is contained in:
Ralf Jung 2021-07-10 11:33:42 +02:00
parent a84d1b21ae
commit 5f0dd6db94
31 changed files with 65 additions and 315 deletions

View file

@ -416,9 +416,6 @@ declare_features! (
/// Allows accessing fields of unions inside `const` functions.
(active, const_fn_union, "1.27.0", Some(51909), None),
/// Allows casting raw pointers to `usize` during const eval.
(active, const_raw_ptr_to_usize_cast, "1.27.0", Some(51910), None),
/// Allows dereferencing raw pointers during const eval.
(active, const_raw_ptr_deref, "1.27.0", Some(51911), None),