stabilize const_cttz

This commit is contained in:
Andreas Jonson
2021-04-11 18:38:05 +02:00
parent ea1252e7e3
commit 2d99a8650a
4 changed files with 33 additions and 3 deletions

View File

@@ -79,7 +79,6 @@
#![feature(const_int_unchecked_arith)]
#![feature(const_mut_refs)]
#![feature(const_refs_to_cell)]
#![feature(const_cttz)]
#![feature(const_panic)]
#![feature(const_pin)]
#![feature(const_fn)]