Auto merge of #90273 - nbdd0121:const, r=fee1-dead
Clean up special function const checks Mark them as const and `#[rustc_do_not_const_check]` instead of hard-coding them in const-eval checks. r? `@oli-obk` `@rustbot` label A-const-eval T-compiler
This commit is contained in:
commit
dd757b9e06
8 changed files with 52 additions and 92 deletions
|
@ -257,6 +257,7 @@
|
|||
#![feature(const_cstr_unchecked)]
|
||||
#![feature(const_fn_floating_point_arithmetic)]
|
||||
#![feature(const_fn_fn_ptr_basics)]
|
||||
#![feature(const_fn_trait_bound)]
|
||||
#![feature(const_format_args)]
|
||||
#![feature(const_io_structs)]
|
||||
#![feature(const_ip)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue