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
E:\bitbucket.org\ice [orphan ≡]> cargo build
Compiling avc_dmo v0.1.0 (E:\bitbucket.org\ice)
warning: unused imports: `Future`,`TryFuture`--> src\main.rs:6:23|6| use futures::future::{Future, TryFuture, FutureExt};
| ^^^^^^ ^^^^^^^^^
|= note: `#[warn(unused_imports)]` on by default
error: internal compiler error: src\librustc_middle\ich\impls_ty.rs:94: StableHasher: unexpected region '_#1050rthread 'rustc' panicked at 'Box<Any>', src\librustc_errors\lib.rs:907:9note: run with `RUST_BACKTRACE=1` environment variable to display a backtracenote: 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-reportsnote: rustc 1.45.0-nightly (5fd2f06e9 2020-05-31) running on x86_64-pc-windows-msvcnote: compiler flags: -C embed-bitcode=no -C debuginfo=2 -C incremental --crate-type binnote: some of the compiler flags provided by cargo are hiddenerror: aborting due to previous error; 1 warning emittederror: could not compile `avc_dmo`.To learn more, run the command again with --verbose.
The text was updated successfully, but these errors were encountered:
I found this error, and hope it might help improve the compiler;
here is the repository;
https://github.com/fragrans/ice_2020.git
The text was updated successfully, but these errors were encountered: