Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upcargo-profiler fails to compile on nightly #43394
Comments
sfackler
added
I-ICE
regression-from-stable-to-nightly
labels
Jul 21, 2017
This comment has been minimized.
This comment has been minimized.
SpaceManiac
commented
Jul 22, 2017
|
Repro: trait Foo {
type Bar;
}
fn foo<T: Foo>() {
std::mem::size_of::<T::Bar>();
}
fn main() {} |
This was referenced Jul 22, 2017
Mark-Simulacrum
added
the
C-bug
label
Jul 22, 2017
This was referenced Jul 22, 2017
This comment has been minimized.
This comment has been minimized.
|
cc @eddyb -- I think this is a duplicate of the other similar bugs, right? |
Mark-Simulacrum
added
T-compiler
P-high
labels
Jul 27, 2017
This comment has been minimized.
This comment has been minimized.
|
Closing as duplicate of #43357 (comment). |
Mark-Simulacrum
marked this as
a duplicate of
#43357
Jul 27, 2017
Mark-Simulacrum
closed this
Jul 27, 2017
kennytm
referenced this issue
Aug 17, 2017
Closed
Internal compiler error when building rust-sdl2, FulfillmentError #43947
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
isaacg1 commentedJul 21, 2017
I tried to install cargo-profiler, and during the installation, rustc crashed.
I ran this in bash:
and this was the output:
Meta:
rustc --version --verbose: