-
Notifications
You must be signed in to change notification settings - Fork 24
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
build error on #![rustfmt::skip]
#52
Comments
dtolnay/semver#218 is the same issue in another crate. This is very strange... |
My analysis indicates that that syntax only started being legal in rust 1.44. I can build semver-parser 0.10.1 on all rusts newer than 1.44, but all older ones fail. So to me it looks like, the only regression here is the one added in 0.10.1 with 9e01cd3 https://kentfredric.github.io/rust-vmatrix/#crate-s |
Whelp, I did not know this, and thought it was used previously. Sorry about the noise. |
Not sure why this was closed? #54 fixes it and sets up MSRV testing in CI. |
I thought this was the ticket in rust-lang/rust 😅😓 |
For those running into this error message: Check that you are not running an older version of Rust by executing |
This should be fixed in 0.10.2. |
* bump semver-parser to fix steveklabnik/semver-parser#52 * filter send device attribute ctrl sequences that was showing: ``` [>1;95;0c ``` to the bash (Apple) terminal.
Today I had a build error while trying to build the brave browser
It seems like that comes from this line:
semver-parser/tests/genpest.rs
Line 17 in 4ad3c7b
semver-parser/src/generated.rs
Line 4 in 4ad3c7b
The text was updated successfully, but these errors were encountered: