Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

avoid the core_intrinsics feature (for a transition) #557

Closed
wants to merge 1 commit into from

Conversation

RalfJung
Copy link
Member

This should let us do the transition in rust-lang/rust#118123.

@RalfJung
Copy link
Member Author

Oh no, the rabbit hole is deep... libm also uses core_intrinsics...

@Noratrieb
Copy link
Member

maybe its easier to just special case core_intrinsics in rustc instead of renaming

@RalfJung
Copy link
Member Author

That is an option, but hard-coding a lib feature name in the compiler did not seem great...

@Noratrieb
Copy link
Member

🤷 it seems easier than all of this nightmare stuff, and like, I don't think it will change or cause significant trouble to hardcode it, intrinsics are very entangled anyways

@RalfJung
Copy link
Member Author

You are probably right, I'm just too much of a perfectionist. 🙈

@RalfJung
Copy link
Member Author

All right, trying to do this without a rename now.

@RalfJung RalfJung closed this Nov 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants