1
Fork 0

move core::hint::black_box under its own feature gate

This commit is contained in:
Ralf Jung 2021-04-15 11:19:24 +02:00
parent 5da10c0121
commit 23d54ad96f
8 changed files with 20 additions and 9 deletions

View file

@ -1,4 +1,6 @@
#![feature(allow_internal_unstable)]
#![feature(bench_black_box)]
#![feature(const_fn)]
#![feature(const_panic)]
#![feature(extend_one)]
#![feature(iter_zip)]