mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-14 16:30:40 +00:00

`compiler-builtins` is not allowed to call anything from `core`; however, there are a couple of cases where we do so in `libm` for debug output. Gate relevant locations behind the `compiler-builtins` Cargo feature.