Skip to content

Obsolete pointer syntax in nightly documentation #18551

Closed
@burtonageo

Description

@burtonageo

In http://doc.rust-lang.org/nightly/syntax/ast/enum.Pat_.html , the description for PatVec uses the old syntax:

[a, b, ..i, y, z] is represented as: PatVec(~[a, b], Some(i), ~[y, z])

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions