-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Compiler crash when casting from *mut c_void to *mut [u8] #22955
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
Comments
|
An updated backtrace:
|
bluss
pushed a commit
to bluss/rust
that referenced
this issue
May 1, 2015
Fixes an ICE on casting *const [T] to *const T and similar cases. Fixes rust-lang#21397 Fixes rust-lang#22955
bluss
pushed a commit
to bluss/rust
that referenced
this issue
May 1, 2015
Fixes an ICE on casting *const T to *const [T] and similar cases. Fixes rust-lang#21397 Fixes rust-lang#22955
bluss
pushed a commit
to bluss/rust
that referenced
this issue
May 1, 2015
Fixes ICEs where non-fat pointers and scalars are cast to fat pointers, Fixes rust-lang#21397 Fixes rust-lang#22955 Fix
bluss
pushed a commit
to bluss/rust
that referenced
this issue
May 1, 2015
Fixes ICEs where non-fat pointers and scalars are cast to fat pointers, Fixes rust-lang#21397 Fixes rust-lang#22955 Fixes rust-lang#23237 Fixes rust-lang#24100
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The text was updated successfully, but these errors were encountered: