-
Notifications
You must be signed in to change notification settings - Fork 102
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
Fails to compile cssparser 0.25.9 #1101
Comments
It uses an outdated version of proc_macro2 that tries to detect if it is a proc macro by catching a panic. cg_clif doesn't support unwinding on panics. |
Same issue as #1085. |
Ok, building docs.rs is blocked on cloudflare/lol-html#72 then. |
This was referenced Dec 2, 2021
This should be fixed now as of proc-macro 1.0.33. |
I just checked, docs.rs builds fine after updating the version of proc-macro in the lockfile :) thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is cg_clif built from rust-lang/rust#78624 using
codegen-backends = ["cranelift"]
, so I think 8063c37.The text was updated successfully, but these errors were encountered: