mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-01 07:13:24 +03:00
03cbf50c34
const-eval: allow calling functions with targat features disabled at compile time in WASM This is not unsafe on WASM, see https://github.com/rust-lang/rust/pull/84988 r? `@RalfJung` Fixes https://github.com/rust-lang/rust/issues/116516