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

Parser support for type ascription #3599

Closed
cynecx opened this issue Mar 15, 2020 · 1 comment
Closed

Parser support for type ascription #3599

cynecx opened this issue Mar 15, 2020 · 1 comment
Labels
A-parser parser issues S-actionable Someone could pick this issue up and work on it right now

Comments

@cynecx
Copy link
Contributor

cynecx commented Mar 15, 2020

The parser/grammar doesn't seem to support type ascription. I would expect type ascription to be parsed the "same" as "cast expressions", however I am not sure if type ascription would really be an expression.

Ref: https://rust-lang.github.io/rfcs/0803-type-ascription.html

@bjorn3 bjorn3 added the A-parser parser issues label Dec 20, 2020
@lnicola lnicola added the S-actionable Someone could pick this issue up and work on it right now label Jan 22, 2021
@Veykril
Copy link
Member

Veykril commented Sep 1, 2022

Type ascription will most likely be deprecated, rust-lang/rfcs#3307

@Veykril Veykril closed this as completed Sep 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-parser parser issues S-actionable Someone could pick this issue up and work on it right now
Projects
None yet
Development

No branches or pull requests

4 participants