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

Allow locals and destructuring in const fn #2341

Merged
merged 3 commits into from
Mar 7, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
RFC 2341
  • Loading branch information
Centril authored Mar 7, 2018
commit f9d79d648f7834e8fb1e337f5bddffef0fc9f1d2
6 changes: 3 additions & 3 deletions text/0000-const-locals.md → text/2341-const-locals.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- Feature Name: const_locals
- Feature Name: `const_locals`
- Start Date: 2018-01-11
- RFC PR: (leave this empty)
- Rust Issue: (leave this empty)
- RFC PR: [rust-lang/rfcs#2341](https://github.com/rust-lang/rfcs/pull/2341)
- Rust Issue: [rust-lang/rust#48821](https://github.com/rust-lang/rust/issues/48821)

# Summary
[summary]: #summary
Expand Down