Constify core::intrinsics::black_box

This commit is contained in:
woppopo
2021-12-23 20:07:41 +09:00
parent 390bb3406d
commit 72f15ea22a
5 changed files with 23 additions and 1 deletions

View File

@@ -103,6 +103,7 @@
#![feature(const_arguments_as_str)]
#![feature(const_array_into_iter_constructors)]
#![feature(const_bigint_helper_methods)]
#![feature(const_black_box)]
#![feature(const_caller_location)]
#![feature(const_cell_into_inner)]
#![feature(const_char_convert)]