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

Deny all / more reserved keywords as macro names #1048

Open
Kijewski opened this issue May 16, 2024 · 0 comments
Open

Deny all / more reserved keywords as macro names #1048

Kijewski opened this issue May 16, 2024 · 0 comments

Comments

@Kijewski
Copy link
Collaborator

Follow up to this comment: #1044 (comment)

Currently, only the name super is reserved.

I don't know if other names like self would cause an error during the compilation, or if they would still work, e.g. because they get mangled as r#self, or if the name does not actually wind up in the code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant