You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to upgrade match-template from using syn 1 to 2, but the previous code relies on impl Parse for Pat. I check the changelog at https://github.com/dtolnay/syn/releases/tag/2.0.0 but it doesn't tell about this breaking change and/or a migration path.
Uh oh!
There was an error while loading. Please reload this page.
Here is the related branch for testing tisonkun/match-template#1.
I'm trying to upgrade match-template from using syn 1 to 2, but the previous code relies on
impl Parse for Pat
. I check the changelog at https://github.com/dtolnay/syn/releases/tag/2.0.0 but it doesn't tell about this breaking change and/or a migration path.Any idea to work it around?
cc @dtolnay
The text was updated successfully, but these errors were encountered: