Skip to content

RFC: Elide array size#2545

Closed
llogiq wants to merge 5 commits intorust-lang:masterfrom
llogiq:elide-array-size
Closed

RFC: Elide array size#2545
llogiq wants to merge 5 commits intorust-lang:masterfrom
llogiq:elide-array-size

Conversation

@llogiq
Copy link
Contributor

@llogiq llogiq commented Sep 17, 2018

This is a small-ish RFC for array size elision wherever it can be taken directly from the initializer. It is deliberately restricted like this to uphold locality and avoid errors at a distance.

Rendered

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-array Array related proposals & ideas A-const-generics Const generics related proposals. A-inference Type inference related proposals & ideas A-typesystem Type system related proposals & ideas finished-final-comment-period The final comment period is finished for this RFC. postponed RFCs that have been postponed and may be revisited at a later time. T-lang Relevant to the language team, which will review and decide on the RFC. to-announce

Projects

None yet

Development

Successfully merging this pull request may close these issues.