assume
the runtime range of align_offset
Found when I saw code with `align_to` having extraneous checks.
This commit is contained in:
parent
74c4821045
commit
a1e5c65aa4
3 changed files with 89 additions and 4 deletions
|
@ -107,6 +107,7 @@
|
|||
#![feature(const_arguments_as_str)]
|
||||
#![feature(const_array_from_ref)]
|
||||
#![feature(const_array_into_iter_constructors)]
|
||||
#![feature(const_assume)]
|
||||
#![feature(const_bigint_helper_methods)]
|
||||
#![feature(const_black_box)]
|
||||
#![feature(const_caller_location)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue