-
Notifications
You must be signed in to change notification settings - Fork 13.1k
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
unsafe const fn declaration order #29107
Comments
Actually, the RFC text says |
Discussed in the lang meeting today and decided we might as well stick to our decision, arbitrary though it may have been, and thus we should accept only |
I'm doing a final compilation check on the commit above, once it's done I'll file a PR reversing the order. |
RFC update PR rust-lang/rfcs#1335 and implementation update #29274 |
Edit #911 - The order `const unsafe fn` was chosen (rust-lang/rust#29107)
Done in #29274 |
The recent implementation uses the syntax
unsafe const fn
, but the RFC saysconst unsafe fn
.The text was updated successfully, but these errors were encountered: