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

Accept @[], ~[], &[] as synonyms for []/@, []/~, []/& #2747

Closed
msullivan opened this issue Jun 28, 2012 · 0 comments
Closed

Accept @[], ~[], &[] as synonyms for []/@, []/~, []/& #2747

msullivan opened this issue Jun 28, 2012 · 0 comments
Labels
A-frontend Area: Compiler frontend (errors, parsing and HIR) C-enhancement Category: An issue proposing an enhancement or a PR with one.

Comments

@msullivan
Copy link
Contributor

This is part of Issue #2653.

The postfix slash vector notation is awful. We are going to start accepting prefix notation as a special case notation for evecs as a transitional step (in effect, treating [] in certain contexts as a "dynamically sized type"; this analogy will become more true as we remove old uses of []). Syntax for fixed length vector types is still up in the air.

@ghost ghost assigned msullivan Jun 28, 2012
@msullivan msullivan removed their assignment Jun 16, 2014
Aaron1011 pushed a commit to Aaron1011/rust that referenced this issue Jan 6, 2023
RalfJung pushed a commit to RalfJung/rust that referenced this issue Jan 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-frontend Area: Compiler frontend (errors, parsing and HIR) C-enhancement Category: An issue proposing an enhancement or a PR with one.
Projects
None yet
Development

No branches or pull requests

1 participant