mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-30 10:45:32 +00:00
Prevent promotion of const fn calls in inline consts We don't wanna make that mistake we did for statics and consts worse by letting more code use it. r? ``@RalfJung`` cc https://github.com/rust-lang/rust/issues/76001