-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Labels
A-frontendArea: Compiler frontend (errors, parsing and HIR)Area: Compiler frontend (errors, parsing and HIR)C-enhancementCategory: An issue proposing an enhancement or a PR with one.Category: An issue proposing an enhancement or a PR with one.
Description
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.
Metadata
Metadata
Assignees
Labels
A-frontendArea: Compiler frontend (errors, parsing and HIR)Area: Compiler frontend (errors, parsing and HIR)C-enhancementCategory: An issue proposing an enhancement or a PR with one.Category: An issue proposing an enhancement or a PR with one.