mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-22 10:05:06 +03:00
dd757b9e06
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