nightly compiler panicked: assertion failed: !(self.has_self && idx == 0)', src/librustc/ty/mod.rs:786:16 #45712
Labels
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
Today (2017/11/1) I was curious about the rx project (https://github.com/ruuda/rx), so I decided to compile it. It uses #![features] so I downloaded lastest nightly.
Trying to compile, I got an error about impl and trait definitions differing due to a 'static bound, so I changed
src/observable.rs
to:And I got this:
The text was updated successfully, but these errors were encountered: