-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Internal compiler error: Where clause `Binder(TraitRef... #21510
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
Comments
I run into the same problem when updating my codebase from 1.0-alpha to the current nightly. |
I've just ran into this myself. The code is a little hefty to share, but I've included the stack trace below. Looks as though it's crashing upon some kind of recursion while matching the assoc type's where clause? It seems my rustc is a few days behind, i'll update now and post again if the update fixes the issue. rustc 1.0.0-nightly (92ff8ea 2015-01-27 23:08:13 +0000)
|
I just updated to |
Same in my case: I'm no longer hitting this ICE. |
Same for me. |
101 ➜ rustc test.rs
error: internal compiler error: Where clause
Binder(TraitRef(<<T as core::ops::Mul>::Output as core::ops::Add>::Output, core::ops::Add))
was applicable toObligation(predicate=Binder(TraitPredicate(TraitRef(<T as core::ops::Mul>::Output, core::ops::Add))),depth=62)
but now is notnote: the compiler unexpectedly panicked. this is a bug.
note: we would appreciate a bug report: http://doc.rust-lang.org/complement-bugreport.html
note: run with
RUST_BACKTRACE=1
for a backtracethread 'rustc' panicked at 'Box', /build/buildd/rust-nightly-201501220410
6869645utopic/src/libsyntax/diagnostic.rs:185Minimal reproducing example:
The text was updated successfully, but these errors were encountered: