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

Document min_const_unsafe_fn #482

Closed
Centril opened this issue Dec 23, 2018 · 0 comments · Fixed by #484
Closed

Document min_const_unsafe_fn #482

Centril opened this issue Dec 23, 2018 · 0 comments · Fixed by #484
Labels
RFC Stabilization Docs Documentation required for stabilizing a feature
Milestone

Comments

@Centril
Copy link
Contributor

Centril commented Dec 23, 2018

In rust-lang/rust#57067, the feature gate min_const_unsafe_fn is stabilized; this is a subset of RFC 911; Before 1.33 ships we need to update reference noting that:

  • const unsafe fns may call other const unsafe fns
  • unsafe { .. } blocks in const unsafe? fns may call const unsafe fns.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
RFC Stabilization Docs Documentation required for stabilizing a feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant