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

Switch to 'const unsafe fn' ordering (rust-lang/rust#29107) #29274

Merged

Conversation

thepowersgang
Copy link
Contributor

This PR switches the implemented ordering from unsafe const fn (as was in the original RFC) to const unsafe fn (which is what the lang team decided on)

@rust-highfive
Copy link
Collaborator

r? @nikomatsakis

(rust_highfive has picked a reviewer for you, use r? to override)

@thepowersgang thepowersgang force-pushed the issues-29107-const-unsafe-fn-order branch from b7df119 to 1061adb Compare October 24, 2015 11:00
@thepowersgang thepowersgang force-pushed the issues-29107-const-unsafe-fn-order branch from 1061adb to f9b8c49 Compare October 25, 2015 04:03
@nikomatsakis
Copy link
Contributor

@bors r+

thanks!

@bors
Copy link
Contributor

bors commented Oct 26, 2015

📌 Commit f9b8c49 has been approved by nikomatsakis

@bors
Copy link
Contributor

bors commented Oct 26, 2015

⌛ Testing commit f9b8c49 with merge 04475b9...

bors added a commit that referenced this pull request Oct 26, 2015
…er, r=nikomatsakis

This PR switches the implemented ordering from `unsafe const fn` (as was in the original RFC) to `const unsafe fn` (which is what the lang team decided on)
@bors bors merged commit f9b8c49 into rust-lang:master Oct 26, 2015
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.

4 participants