-
Notifications
You must be signed in to change notification settings - Fork 104
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
Highlight box
#14
Comments
Can you share a link to the docs for this? Upon first search, all I'm seeing is very old discussions about the |
@GrayJack So if I read correctly, they are removing the |
What I understood was that nothing is clear LOL |
On another dive into the comments on those features using the Looks like About the Either way, I think it's ok for us to implement those in the parser, since those features are used inside the stdlib and when we open those std files in a editor using tree-sitter the syntax usually breaks. Implementing them would mean that we can get closer to be possible to highlight and parse any Rust code. |
I think we're gonna close this out since it probably will never be stabilized, and might be removed in the future, seems like deref patterns will supersede box patterns |
Now that the
box
keyword has been reserved in Rust2018, and it is possible to use it behind a gate I think it would make sense to highlight it as a keywordThe text was updated successfully, but these errors were encountered: