Created attachment 908691 [details] build.log The app-misc/zellij-0.41.1-r1: failed to build with error: could not compile `value-bag` (lib) due to 3 previous errors I tried with dev-lang/rust:1.82 and dev-lang/rust-bin:1.79, and nothing changed. Just can not be compiled.
Created attachment 908692 [details] Results of emerge -pvq
Created attachment 908693 [details] Results of emerge --info
The three previous errors are: **1.** error: to use a constant of type `TypeId` in a pattern, `TypeId` must be annotated with `#[derive(PartialEq)]` **2.**error: to use a constant of type `TypeId` in a pattern, `TypeId` must be annotated with `#[derive(PartialEq)]` --> /var/tmp/portage/app-misc/zellij-0.41.1-r1/work/cargo_home/gentoo/value-bag-1.0.0-alpha.9/src/internal/cast/primitive.rs:46:33 | 46 | $option_ident => |v| Some({ | ^^^^^^^^^^^^^ **3.** error: to use a constant of type `TypeId` in a pattern, `TypeId` must be annotated with `#[derive(PartialEq)]` --> /var/tmp/portage/app-misc/zellij-0.41.1-r1/work/cargo_home/gentoo/value-bag-1.0.0-alpha.9/src/internal/cast/primitive.rs:55:29 | 55 | STR => |v| Some(Internal::from(unsafe { &**(v as *const &'a Self as *const &'a str) })), | ^^^