Tracking issue for RFC 2341, Allow locals and destructuring in const fn #48821
Closed
Description
opened on Mar 7, 2018
This is a tracking issue for the RFC "Allow locals and destructuring in const fn" (rust-lang/rfcs#2341).
Steps:
- Implement the RFC (cc @oli-obk - just remove the few checks)
- Adjust documentation (Document
const_let
reference#506) - Stabilize (proposal: Stabilize
let
bindings and destructuring in constants and const fn #57175 (comment)) - Fix short-circuiting operators Wrong result after short circuit in const_let #53515 (no longer compiles on nightly -- Wrong result after short circuit in const_let #53515 (comment))
Unresolved questions:
None.
Metadata
Assignees
Labels
Area: Constant evaluation, covers all const contexts (static, const fn, ...)Blocker: Approved by a merged RFC but not yet implemented.Category: An issue tracking the progress of sth. like the implementation of an RFCCall for participation: This issue has a mentor. Use #t-compiler/help on Zulip for discussion.Relevant to the language team, which will review and decide on the PR/issue.
Activity