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

Parse feature(label_break_value) #455

Closed
dtolnay opened this issue Jul 21, 2018 · 2 comments
Closed

Parse feature(label_break_value) #455

dtolnay opened this issue Jul 21, 2018 · 2 comments

Comments

@dtolnay
Copy link
Owner

dtolnay commented Jul 21, 2018

As of rust-lang/rust#50045, the following is considered an expression.

'block: { break 'block "value" }
@dtolnay
Copy link
Owner Author

dtolnay commented Jul 21, 2018

This is going to require adding a Label to syn::ExprBlock.

@dtolnay dtolnay added this to the 0.15 milestone Jul 22, 2018
@dtolnay
Copy link
Owner Author

dtolnay commented Sep 1, 2018

Fixed in 1d8e996, will be released in 0.15.

@dtolnay dtolnay closed this as completed Sep 1, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant