Build results for nightly-2024-03-25 target arm64ec-pc-windows-msvc core

Home
error
   Compiling core v0.0.0 (/var/lib/does-it-build/.rustup/toolchains/nightly-2024-03-25-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core)
   Compiling compiler_builtins v0.1.108
error[E0432]: unresolved import `core::arch::aarch64`
  --> /var/lib/does-it-build/.rustup/toolchains/nightly-2024-03-25-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/../../portable-simd/crates/core_simd/src/swizzle_dyn.rs:23:25
   |
23 |         use core::arch::aarch64::{uint8x8_t, vqtbl1q_u8, vtbl1_u8};
   |                         ^^^^^^^ could not find `aarch64` in `arch`

error[E0432]: unresolved import `core::arch::aarch64`
 --> /var/lib/does-it-build/.rustup/toolchains/nightly-2024-03-25-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/../../portable-simd/crates/core_simd/src/vendor/arm.rs:8:17
  |
8 | use core::arch::aarch64::*;
  |                 ^^^^^^^ could not find `aarch64` in `arch`

error[E0412]: cannot find type `float32x2_t` in this scope
  --> /var/lib/does-it-build/.rustup/toolchains/nightly-2024-03-25-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/../../portable-simd/crates/core_simd/src/vendor/arm.rs:21:39
   |
21 |     from_transmute! { unsafe f32x2 => float32x2_t }
   |                                       ^^^^^^^^^^^ not found in this scope

error[E0412]: cannot find type `float32x4_t` in this scope
  --> /var/lib/does-it-build/.rustup/toolchains/nightly-2024-03-25-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/../../portable-simd/crates/core_simd/src/vendor/arm.rs:22:39
   |
22 |     from_transmute! { unsafe f32x4 => float32x4_t }
   |                                       ^^^^^^^^^^^ not found in this scope

error[E0412]: cannot find type `uint8x8_t` in this scope
  --> /var/lib/does-it-build/.rustup/toolchains/nightly-2024-03-25-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/../../portable-simd/crates/core_simd/src/vendor/arm.rs:24:38
   |
24 |     from_transmute! { unsafe u8x8 => uint8x8_t }
   |                                      ^^^^^^^^^ not found in this scope

error[E0412]: cannot find type `uint8x16_t` in this scope
  --> /var/lib/does-it-build/.rustup/toolchains/nightly-2024-03-25-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/../../portable-simd/crates/core_simd/src/vendor/arm.rs:25:39
   |
25 |     from_transmute! { unsafe u8x16 => uint8x16_t }
   |                                       ^^^^^^^^^^ not found in this scope

error[E0412]: cannot find type `int8x8_t` in this scope
  --> /var/lib/does-it-build/.rustup/toolchains/nightly-2024-03-25-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/../../portable-simd/crates/core_simd/src/vendor/arm.rs:26:38
   |
26 |     from_transmute! { unsafe i8x8 => int8x8_t }
   |                                      ^^^^^^^^ not found in this scope

error[E0412]: cannot find type `int8x16_t` in this scope
  --> /var/lib/does-it-build/.rustup/toolchains/nightly-2024-03-25-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/../../portable-simd/crates/core_simd/src/vendor/arm.rs:27:39
   |
27 |     from_transmute! { unsafe i8x16 => int8x16_t }
   |                                       ^^^^^^^^^ not found in this scope

error[E0412]: cannot find type `poly8x8_t` in this scope
  --> /var/lib/does-it-build/.rustup/toolchains/nightly-2024-03-25-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/../../portable-simd/crates/core_simd/src/vendor/arm.rs:28:38
   |
28 |     from_transmute! { unsafe u8x8 => poly8x8_t }
   |                                      ^^^^^^^^^ not found in this scope

error[E0412]: cannot find type `poly8x16_t` in this scope
  --> /var/lib/does-it-build/.rustup/toolchains/nightly-2024-03-25-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/../../portable-simd/crates/core_simd/src/vendor/arm.rs:29:39
   |
29 |     from_transmute! { unsafe u8x16 => poly8x16_t }
   |                                       ^^^^^^^^^^ not found in this scope

error[E0412]: cannot find type `uint16x4_t` in this scope
  --> /var/lib/does-it-build/.rustup/toolchains/nightly-2024-03-25-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/../../portable-simd/crates/core_simd/src/vendor/arm.rs:31:39
   |
31 |     from_transmute! { unsafe u16x4 => uint16x4_t }
   |                                       ^^^^^^^^^^ not found in this scope

error[E0412]: cannot find type `uint16x8_t` in this scope
  --> /var/lib/does-it-build/.rustup/toolchains/nightly-2024-03-25-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/../../portable-simd/crates/core_simd/src/vendor/arm.rs:32:39
   |
32 |     from_transmute! { unsafe u16x8 => uint16x8_t }
   |                                       ^^^^^^^^^^ not found in this scope

error[E0412]: cannot find type `int16x4_t` in this scope
  --> /var/lib/does-it-build/.rustup/toolchains/nightly-2024-03-25-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/../../portable-simd/crates/core_simd/src/vendor/arm.rs:33:39
   |
33 |     from_transmute! { unsafe i16x4 => int16x4_t }
   |                                       ^^^^^^^^^ not found in this scope

error[E0412]: cannot find type `int16x8_t` in this scope
  --> /var/lib/does-it-build/.rustup/toolchains/nightly-2024-03-25-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/../../portable-simd/crates/core_simd/src/vendor/arm.rs:34:39
   |
34 |     from_transmute! { unsafe i16x8 => int16x8_t }
   |                                       ^^^^^^^^^ not found in this scope

error[E0412]: cannot find type `poly16x4_t` in this scope
  --> /var/lib/does-it-build/.rustup/toolchains/nightly-2024-03-25-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/../../portable-simd/crates/core_simd/src/vendor/arm.rs:35:39
   |
35 |     from_transmute! { unsafe u16x4 => poly16x4_t }
   |                                       ^^^^^^^^^^ not found in this scope

error[E0412]: cannot find type `poly16x8_t` in this scope
  --> /var/lib/does-it-build/.rustup/toolchains/nightly-2024-03-25-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/../../portable-simd/crates/core_simd/src/vendor/arm.rs:36:39
   |
36 |     from_transmute! { unsafe u16x8 => poly16x8_t }
   |                                       ^^^^^^^^^^ not found in this scope

error[E0412]: cannot find type `uint32x2_t` in this scope
  --> /var/lib/does-it-build/.rustup/toolchains/nightly-2024-03-25-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/../../portable-simd/crates/core_simd/src/vendor/arm.rs:38:39
   |
38 |     from_transmute! { unsafe u32x2 => uint32x2_t }
   |                                       ^^^^^^^^^^ not found in this scope

error[E0412]: cannot find type `uint32x4_t` in this scope
  --> /var/lib/does-it-build/.rustup/toolchains/nightly-2024-03-25-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/../../portable-simd/crates/core_simd/src/vendor/arm.rs:39:39
   |
39 |     from_transmute! { unsafe u32x4 => uint32x4_t }
   |                                       ^^^^^^^^^^ not found in this scope

error[E0412]: cannot find type `int32x2_t` in this scope
  --> /var/lib/does-it-build/.rustup/toolchains/nightly-2024-03-25-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/../../portable-simd/crates/core_simd/src/vendor/arm.rs:40:39
   |
40 |     from_transmute! { unsafe i32x2 => int32x2_t }
   |                                       ^^^^^^^^^ not found in this scope

error[E0412]: cannot find type `int32x4_t` in this scope
  --> /var/lib/does-it-build/.rustup/toolchains/nightly-2024-03-25-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/../../portable-simd/crates/core_simd/src/vendor/arm.rs:41:39
   |
41 |     from_transmute! { unsafe i32x4 => int32x4_t }
   |                                       ^^^^^^^^^ not found in this scope

error[E0412]: cannot find type `uint64x1_t` in this scope
  --> /var/lib/does-it-build/.rustup/toolchains/nightly-2024-03-25-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/../../portable-simd/crates/core_simd/src/vendor/arm.rs:43:46
   |
43 |     from_transmute! { unsafe Simd<u64, 1> => uint64x1_t }
   |                                              ^^^^^^^^^^ not found in this scope

error[E0412]: cannot find type `uint64x2_t` in this scope
  --> /var/lib/does-it-build/.rustup/toolchains/nightly-2024-03-25-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/../../portable-simd/crates/core_simd/src/vendor/arm.rs:44:39
   |
44 |     from_transmute! { unsafe u64x2 => uint64x2_t }
   |                                       ^^^^^^^^^^ not found in this scope

error[E0412]: cannot find type `int64x1_t` in this scope
  --> /var/lib/does-it-build/.rustup/toolchains/nightly-2024-03-25-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/../../portable-simd/crates/core_simd/src/vendor/arm.rs:45:46
   |
45 |     from_transmute! { unsafe Simd<i64, 1> => int64x1_t }
   |                                              ^^^^^^^^^ not found in this scope

error[E0412]: cannot find type `int64x2_t` in this scope
  --> /var/lib/does-it-build/.rustup/toolchains/nightly-2024-03-25-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/../../portable-simd/crates/core_simd/src/vendor/arm.rs:46:39
   |
46 |     from_transmute! { unsafe i64x2 => int64x2_t }
   |                                       ^^^^^^^^^ not found in this scope

error[E0412]: cannot find type `poly64x1_t` in this scope
  --> /var/lib/does-it-build/.rustup/toolchains/nightly-2024-03-25-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/../../portable-simd/crates/core_simd/src/vendor/arm.rs:47:46
   |
47 |     from_transmute! { unsafe Simd<u64, 1> => poly64x1_t }
   |                                              ^^^^^^^^^^ not found in this scope

error[E0412]: cannot find type `poly64x2_t` in this scope
  --> /var/lib/does-it-build/.rustup/toolchains/nightly-2024-03-25-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/../../portable-simd/crates/core_simd/src/vendor/arm.rs:48:39
   |
48 |     from_transmute! { unsafe u64x2 => poly64x2_t }
   |                                       ^^^^^^^^^^ not found in this scope

error[E0412]: cannot find type `float64x1_t` in this scope
  --> /var/lib/does-it-build/.rustup/toolchains/nightly-2024-03-25-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/../../portable-simd/crates/core_simd/src/vendor/arm.rs:81:46
   |
81 |     from_transmute! { unsafe Simd<f64, 1> => float64x1_t }
   |                                              ^^^^^^^^^^^ not found in this scope

error[E0412]: cannot find type `float64x2_t` in this scope
  --> /var/lib/does-it-build/.rustup/toolchains/nightly-2024-03-25-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/../../portable-simd/crates/core_simd/src/vendor/arm.rs:82:39
   |
82 |     from_transmute! { unsafe f64x2 => float64x2_t }
   |                                       ^^^^^^^^^^^ not found in this scope

Some errors have detailed explanations: E0412, E0432.
For more information about an error, try `rustc --explain E0412`.
error: could not compile `core` (lib) due to 28 previous errors

    

Build history for target arm64ec-pc-windows-msvc

Build state for nightly 2024-03-25