1
Fork 0

Stabilize const_fn_transmute

This commit is contained in:
Jacob Pratt 2021-06-03 02:11:14 -04:00
parent fd853c00e2
commit 36f02f3523
No known key found for this signature in database
GPG key ID: B80E19E4662B5AA4
12 changed files with 15 additions and 47 deletions

View file

@ -10,7 +10,7 @@
)]
#![feature(box_syntax)]
#![feature(box_patterns)]
#![feature(const_fn_transmute)]
#![cfg_attr(bootstrap, feature(const_fn_transmute))]
#![feature(crate_visibility_modifier)]
#![feature(iter_zip)]
#![feature(label_break_value)]