You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error: internal compiler error: /checkout/src/librustc/infer/mod.rs:573: Encountered errors `[FulfillmentError(Obligation(predicate=Binder(TraitPredicate(<CB as audio::AudioCallback>)),depth=0),Unimplemented)]` resolving bounds after type-checking
note: the compiler unexpectedly panicked. this is a bug.
note: we would appreciate a bug report: https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md#bug-reports
note: rustc 1.20.0-nightly (598eddf4f 2017-07-24) running on x86_64-unknown-linux-gnu
thread 'rustc' panicked at 'Box<Any>', /checkout/src/librustc_errors/lib.rs:438:8
while (I believe) compiling the sdl2 crate
All I did was:
rustup self update
rustup update
git clone https://github.com/bfops/playform
cd playform
rustup override set nightly
cargo build --release
I have repeated this (from the clone) fresh twice, with the same result.
The full backtrace (RUST_BACKTRACE=full cargo build --release) is:
Hi,
while trying to build 21a57d51822d55974e04e6d50de4cd87b84bbc8e of https://github.com/bfops/playform with rustc 1.20.0-nightly (598eddf 2017-07-24) running on x86_64-unknown-linux-gnu I got:
while (I believe) compiling the sdl2 crate
All I did was:
I have repeated this (from the clone) fresh twice, with the same result.
The full backtrace (
RUST_BACKTRACE=full cargo build --release
) is:The text was updated successfully, but these errors were encountered: