-
Notifications
You must be signed in to change notification settings - Fork 60
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
does not build with latest rustc #186
Comments
We should probably just pass |
I'm now getting this error when trying to compile this crate on the latest nightly:
|
This will be automatically fixed in the next nightly, use the previous version of this crate till then. We fixed the crate for rustc master since we needed that to handle a tangled web of tooling brokenness with Clippy and cargo. |
While compiling this crate on its own seems to be fixed on the new nightly, I'm still seeing this issue when trying to run Rocket's
|
This field is not conditioned on |
Compiletest does not build with the latest rustc probably due to rust-lang/rust#64663
The text was updated successfully, but these errors were encountered: