```toml # Cargo.toml spirv-std = { git = "https://github.com/Rust-GPU/rust-gpu.git", rev = "f79c4181a5dc2d37303947b113f190930c6c1ce6" } bitvec = { git = "https://github.com/uglyoldbob/bitvec.git", default-features = false } ``` ```rust pub struct Wrapper<'v> { pub bit_slice: &'v mut BitSlice<u8>, } ``` [rust-gpu-bitslice-rustc-ice-2025-10-03.txt](https://github.com/user-attachments/files/22710026/rust-gpu-bitslice-rustc-ice-2025-10-03.txt)