Stabilize bench_black_box

This commit is contained in:
Urgau 2022-09-24 12:34:56 +02:00
parent 199fe1d169
commit 9ad2f00f6a
23 changed files with 8 additions and 28 deletions

View file

@ -1,7 +1,6 @@
#![deny(rustc::untranslatable_diagnostic)]
#![deny(rustc::diagnostic_outside_of_impl)]
#![feature(allow_internal_unstable)]
#![feature(bench_black_box)]
#![feature(extend_one)]
#![cfg_attr(bootstrap, feature(let_else))]
#![feature(min_specialization)]