Eclipse

Results 5 issues of Eclipse

Could the AnyMap implement Clone ?

**Description** I tried running a minimal WGPU example, as well as the hello_triangle example under NixOS. both fails. I have an Nvidia gtx 3050 (driver version 535.113.01) as well as...

The following code: ```rust let subdivisions = 64; let sphere = IcoSphere::new(subdivisions, |_| ()); println!("passed vs got subdivisions: {} / {}", subdivisions, sphere.subdivisions()); ``` prints: passed vs got subdivisions: 64...

I needed to be able to serialize and deserialize `Subdivided`, so I forked the crate and added `serde` as an optional feature. Since others may have similar needs, and this...

### Code ```Rust #![allow(incomplete_features)] #![feature(generic_const_exprs)] const fn arr_insert(arr: [T; N], elem: T, index: usize) -> [T; N + 1] { assert!(index `rustc --version --verbose`: ``` rustc 1.89.0-nightly (1bbd62e54 2025-05-29) binary:...

I-ICE
P-low
T-compiler
C-bug
F-generic_const_exprs
requires-incomplete-features