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

Syn 2.0 doesn't causes problems when parsing keywords in attributes #1437

Closed
JelteF opened this issue Apr 2, 2023 · 1 comment
Closed

Syn 2.0 doesn't causes problems when parsing keywords in attributes #1437

JelteF opened this issue Apr 2, 2023 · 1 comment

Comments

@JelteF
Copy link

JelteF commented Apr 2, 2023

The new parse_meta_path has some pretty annoying regression from 1.0, where if the attribute contains a keyword it is actually parsed as such.

Related issues:

  1. Prepare for syn v2 jonasbb/serde_with#578
  2. Update syn requirement from 1.0.81 to 2.0.6 JelteF/derive_more#251
  3. Allow parsing MetaNameValue if the path part contains a keyword #1413
@dtolnay
Copy link
Owner

dtolnay commented Apr 2, 2023

I can't tell for sure from the description, but I am guessing this is a duplicate of #1414.

@dtolnay dtolnay closed this as completed Apr 2, 2023
Repository owner locked and limited conversation to collaborators Dec 8, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants