Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow items to be anonymous #3300

Closed
catamorphism opened this issue Aug 29, 2012 · 2 comments
Closed

Allow items to be anonymous #3300

catamorphism opened this issue Aug 29, 2012 · 2 comments
Labels
A-frontend Area: frontend (errors, parsing and HIR) C-cleanup Category: PRs that clean code up or issues documenting cleanup.

Comments

@catamorphism
Copy link
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.

@catamorphism
Copy link
Contributor Author

Not critical for 0.6, de-milestoning

@catamorphism
Copy link
Contributor Author

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

estebank added a commit to estebank/rust that referenced this issue Dec 22, 2016
Removed FIXME comment referencing rust-lang#3300.
bors added a commit that referenced this issue Dec 22, 2016
Remove outdated FIXME comment

Removed outdated FIXME comment referencing #3300 to allow anonymous items.
RalfJung pushed a commit to RalfJung/rust that referenced this issue Feb 17, 2024
Rustup

With rust-lang#121035 landed we can rustfmt format `async FnOnce`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-frontend Area: frontend (errors, parsing and HIR) C-cleanup Category: PRs that clean code up or issues documenting cleanup.
Projects
None yet
Development

No branches or pull requests

1 participant