Build results for nightly-2024-02-12 target aarch64_be-unknown-netbsd core
error
Compiling compiler_builtins v0.1.105
Compiling core v0.0.0 (/var/lib/does-it-build/.rustup/toolchains/nightly-2024-02-12-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core)
error[E0432]: unresolved import `super::neon`
--> /var/lib/does-it-build/.rustup/toolchains/nightly-2024-02-12-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/../../portable-simd/crates/core_simd/src/vendor/arm.rs:74:16
|
74 | use super::neon::*;
| ^^^^ could not find `neon` in `super`
error[E0412]: cannot find type `float64x1_t` in this scope
--> /var/lib/does-it-build/.rustup/toolchains/nightly-2024-02-12-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/../../portable-simd/crates/core_simd/src/vendor/arm.rs:77:46
|
77 | from_transmute! { unsafe Simd => 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-02-12-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/library/core/src/../../portable-simd/crates/core_simd/src/vendor/arm.rs:78:39
|
78 | 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 3 previous errors