Skip to content

Remove old fixed length vector syntax #3664

Closed
@brson

Description

@brson

Hot:

let foo: [bar * 2] = [baz, quux];

Not:

let foo: [bar]/2 = [baz, quux]/_;

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-frontendArea: Compiler frontend (errors, parsing and HIR)C-cleanupCategory: PRs that clean code up or issues documenting cleanup.E-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions