1
Fork 0

Rollup merge of #81590 - KodrAus:stabilize/int_bits_const, r=m-ou-se

Stabilize int_bits_const

Closes #76904

The FCP to stabilize the `int_bits_const` feature completed on the tracking issue.
This commit is contained in:
Jonas Schievink 2021-01-31 16:36:57 +01:00 committed by GitHub
commit 9165676d91
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 2 additions and 11 deletions

View file

@ -101,7 +101,6 @@
#![feature(fn_traits)]
#![feature(fundamental)]
#![feature(inplace_iteration)]
#![feature(int_bits_const)]
#![feature(lang_items)]
#![feature(layout_for_ptr)]
#![feature(maybe_uninit_ref)]