clang version 18.1.8
Target: x86_64-portbld-freebsd13.4
Thread model: posix
rust-1.81.0
Code: Select all
8:44.05 error[E0557]: feature has been removed
8:44.05 --> /tmp/seamonkey-2.53.19/third_party/rust/packed_simd/src/lib.rs:218:5
8:44.05 |
8:44.05 218 | platform_intrinsics,
8:44.05 | ^^^^^^^^^^^^^^^^^^^ feature has been removed
[...]
8:46.50 BUILDSTATUS BUILD_VERBOSE config/external/icu/common
8:47.21 error[E0703]: invalid ABI: found `platform-intrinsic`
8:47.21 --> /tmp/seamonkey-2.53.19/third_party/rust/packed_simd/src/codegen/llvm.rs:8:8
8:47.21 |
8:47.21 8 | extern "platform-intrinsic" {
8:47.21 | ^^^^^^^^^^^^^^^^^^^^ invalid ABI
[...]
8:48.36 error[E0635]: unknown feature `stdsimd`
8:48.36 --> /tmp/seamonkey-2.53.19/third_party/rust/packed_simd/src/lib.rs:219:5
8:48.36 |
8:48.36 219 | stdsimd,
8:48.36 | ^^^^^^^
8:49.21 error[E0044]: foreign items may not have type parameters
8:49.21 --> /tmp/seamonkey-2.53.19/third_party/rust/packed_simd/src/codegen/llvm.rs:9:5
8:49.21 |
8:49.21 9 | fn simd_shuffle<T, I, U>(x: T, y: T, idx: I) -> U;
8:49.21 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't have type parameters
8:49.21 |
8:49.21 = help: replace the type parameters with concrete types like `u32`
[Lots more of the same]