[Bug 283039] games/veloren-weekly: fails to build with rust 1.83.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 29 Nov 2024 15:08:06 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=283039
Bug ID: 283039
Summary: games/veloren-weekly: fails to build with rust 1.83.0
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: jbeich@FreeBSD.org
Reporter: mikael@FreeBSD.org
Flags: maintainer-feedback?(jbeich@FreeBSD.org)
Assignee: jbeich@FreeBSD.org
error:
error[E0076]: SIMD vector's only field must be an array
-->
/wrkdirs/usr/ports/games/veloren-weekly/work/veloren-v0.16.0-737-gdc22338d0/cargo-crates/vek-0.17.1/src/vec.rs:3212:13
|
3212 | pub struct Vec2<T> { pub x:T, pub y:T }
| ^^^^^^^^^^^^^^^^^^ ------- not an array
...
3712 | vec_impl_all_vecs!{simd #[repr(simd)] c #[repr(C)] repr_simd}
| ------------------------------------------------------------- in
this macro invocation
https://github.com/yoanlcq/vek/issues/96
No fix sadly
--
You are receiving this mail because:
You are the assignee for the bug.