Skip to content

Fail to compile packed_simd on windows #285

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Closed
panzan opened this issue Jun 15, 2020 · 5 comments
Closed

Fail to compile packed_simd on windows #285

panzan opened this issue Jun 15, 2020 · 5 comments
Labels
Bug Something isn't working

Comments

@panzan
Copy link

panzan commented Jun 15, 2020

   Compiling packed_simd v0.3.3
error: internal compiler error: src\librustc_traits\normalize_erasing_regions.rs:37: could not fully normalize `<A as sealed::SimdArray>::Tuple`

thread 'rustc' panicked at 'Box<Any>', src\librustc_errors\lib.rs:912:9
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

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.46.0-nightly (4fb54ed48 2020-06-14) running on x86_64-pc-windows-msvc

note: compiler flags: -C opt-level=3 -C embed-bitcode=no --crate-type lib

note: some of the compiler flags provided by cargo are hidden

error: aborting due to previous error

error: could not compile `packed_simd`.

To learn more, run the command again with --verbose.
@ZhouXiaolin
Copy link

ZhouXiaolin commented Jun 18, 2020

me too,on mac .

error: internal compiler error: src/librustc_traits/normalize_erasing_regions.rs:37:32: could not fully normalize `<A as sealed::SimdArray>::Tuple`

thread 'rustc' panicked at 'Box<Any>', src/librustc_errors/lib.rs:912:9
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

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.46.0-nightly (2935d294f 2020-06-17) running on x86_64-apple-darwin

note: compiler flags: -C opt-level=3 -C panic=abort -C linker-plugin-lto -C codegen-units=1 -C target-cpu=native --crate-type lib

note: some of the compiler flags provided by cargo are hidden

error: aborting due to previous error; 18 warnings emitted

error: could not compile `packed_simd`.

@alecmocatta
Copy link

alecmocatta commented Jul 8, 2020

This is rust-lang/rust#73249 and was fixed by rust-lang/rust#73257.

@Lokathor Lokathor added the Bug Something isn't working label Sep 22, 2020
@Lokathor
Copy link
Contributor

@panzan or @ZhouXiaolin can either of you confirm if the crate is fixed within your envrionments?

@gilescope
Copy link

That version works for me on windows (1.45 nightly). I really need to upgrade that nightly :-)
I think we can close this now.

@JohnTitor
Copy link
Member

Also works on my end, closing as fixed.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

6 participants