-
Notifications
You must be signed in to change notification settings - Fork 13k
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
regression?: llvm version error #82671
Comments
This looks like https://docs.rs/rustc_version/0.3.2/rustc_version/enum.Error.html#variant.LlvmVersionError (note that the crate has a dependency on |
This looks like a different issue. |
removing the prioritize label @rustbot label -I-prioritize |
Seems that the master branch of this crate compiles on stable, beta and nightly, I guess the crate used in the crater run is not updated to the latest version (or there's no more recent release of Therefore I would close this issue, what do you think @Mark-Simulacrum ? Perhaps worth mentioning that Compiling xml5ever v0.16.1
worth opening an issue? |
Is |
crater usually caps lints at forbid, as we want to know if we've added regressions in lints too. This seems reasonable to me. (I might even want --force-lints = deny or something). But yes it sounds like this is not a rust regression at least. |
potentially related, but if not good to file another issue:
The text was updated successfully, but these errors were encountered: