-
Notifications
You must be signed in to change notification settings - Fork 13k
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
Implement RFC #1245 : unsafe const fn
#28827
Conversation
r? @pnkfelix (rust_highfive has picked a reviewer for you, use r? to override) |
Feel free to hold off on this until the amendment is merged. |
Just for reference (and linking the issues), this is an implementation of rust-lang/rfcs#1245 |
This is the original test implementation, which works according to the tests I wrote, but might need a review.
@bors: retry force |
⌛ Testing commit 4c88bf2 with merge 9ea0065... |
⛄ The build was interrupted to prioritize another pull request. |
This is the original test implementation, which works according to the tests I wrote, but might need a review.
What about the order? In rust-lang/rfcs#1245 the order was set to |
Huh... implements the RFC as merged, but yes, @aturon's comment did state the other ordering. |
This is the original test implementation, which works according to the tests I wrote, but might need a review.