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: src/librustc/ty/subst.rs:480: Type parameter `T/#1` (T/1) out of range when substituting (root type=Some(T)) substs=[T]
thread 'rustc' panicked at 'Box<Any>', src/librustc_errors/lib.rs:526:9
note: Run with `RUST_BACKTRACE=1` environment variable to display a backtrace.
error: aborting due to previous error
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.33.0 (2aa4c46cf 2019-02-28) running on x86_64-unknown-linux-gnu
note: compiler flags: -C opt-level=3 --crate-type lib
note: some of the compiler flags provided by cargo are hidden
error: Could not compile `sized-chunks`.
warning: build failed, waiting for other jobs to finish...
error: build failed
Yea, I can repro that it is an issue with 1.33, and that a newer version should work. Considering that this specific case has been fixed in newer versions of rust (by rust-lang/rust#57606 I believe), I'm going to close this.
Problem
Unable to compile the cargo master
Steps
Possible Solution(s)
Notes
Output of
cargo version
:The text was updated successfully, but these errors were encountered: