Skip to content

? kleene macro operator is unstable #456

Closed
@ehuss

Description

@ehuss
Contributor

As noted in PR #424, the ? operator is still unstable. I'm wondering if it should stay (since unstable things usually aren't document). It looks like it may get stabilized soonish, so maybe it doesn't matter? (tracking issue: rust-lang/rust#48075)

I've written the grammar for macros which includes this, but I'm unsure if I should continue the trend of keeping this unstable syntax.

Activity

ehuss

ehuss commented on Nov 29, 2018

@ehuss
ContributorAuthor

This is now stabilized in rust-lang/rust#56245.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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

        Participants

        @ehuss

        Issue actions

          ? kleene macro operator is unstable · Issue #456 · rust-lang/reference