Skip to content

Allow items to be anonymous #3300

@catamorphism

Description

@catamorphism
Contributor

Right now, if we have an anonymous item, we use a dummy ident for its ident field in the AST. This should really be an option, since for example, anonymous foreign mods will soon be allowed.

Activity

catamorphism

catamorphism commented on Mar 26, 2013

@catamorphism
ContributorAuthor

Not critical for 0.6, de-milestoning

catamorphism

catamorphism commented on Jun 5, 2013

@catamorphism
ContributorAuthor

This seems to be obsolete, since we don't have anonymous foreign mods anymore.

added a commit that references this issue on Dec 22, 2016
added a commit that references this issue on Dec 22, 2016
added a commit that references this issue on Feb 17, 2024
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

    A-frontendArea: Compiler frontend (errors, parsing and HIR)C-cleanupCategory: PRs that clean code up or issues documenting cleanup.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @catamorphism

        Issue actions

          Allow items to be anonymous · Issue #3300 · rust-lang/rust