Skip to content
This repository was archived by the owner on Jun 15, 2023. It is now read-only.
This repository was archived by the owner on Jun 15, 2023. It is now read-only.

await / pipe first precedence #686

Closed
@cknitt

Description

@cknitt
await server->start

is parsed/printed as

(await server)->start

I would have expected it to mean

await (server->start)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions