move core::hint::black_box under its own feature gate
This commit is contained in:
parent
5da10c0121
commit
23d54ad96f
8 changed files with 20 additions and 9 deletions
|
@ -1,4 +1,6 @@
|
|||
#![feature(allow_internal_unstable)]
|
||||
#![feature(bench_black_box)]
|
||||
#![feature(const_fn)]
|
||||
#![feature(const_panic)]
|
||||
#![feature(extend_one)]
|
||||
#![feature(iter_zip)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue