Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Resolve monomorphization errors in compiler-builtins #524

Merged
merged 1 commit into from
Feb 24, 2025

Conversation

tgross35
Copy link
Contributor

@tgross35 tgross35 commented Feb 24, 2025

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.

`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.
@tgross35 tgross35 enabled auto-merge (rebase) February 24, 2025 04:13
@tgross35 tgross35 merged commit 8dbc140 into rust-lang:master Feb 24, 2025
35 checks passed
@tgross35 tgross35 deleted the builtins-monomorph branch February 24, 2025 04:42
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant