-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Compilation failure: overflow evaluating requirement #1283
Comments
This might be related to the infamous incremental compilation bug. Does |
I suspect that this is a nightly issue (or maybe a nightly feature) due to rust-lang/rust#60444. For me, building with beta works. Building with |
Unfortunately, that `: RefUnwindSafe` bound gives rustc a hard time, so let's remove it for know. See * #1283 * rust-lang/rust#60444 * rust-lang/rust#58291 closes #1283
This should have been closed automatically by fcffa6b ? |
Checking out master right now (f711237) and running
cargo install-code
gave several errors when compilingra_ide_api
:rustc version:
rustc 1.36.0-nightly (7d5aa4332 2019-05-16)
The text was updated successfully, but these errors were encountered: