1
Fork 0

assume the runtime range of align_offset

Found when I saw code with `align_to` having extraneous checks.
This commit is contained in:
Scott McMurray 2023-05-02 17:23:54 -07:00
parent 74c4821045
commit a1e5c65aa4
3 changed files with 89 additions and 4 deletions

View file

@ -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)]