1 2 3 4 5
error: Vec fields require #[bloop(count = u8)] or #[bloop(count = u32)] --> tests/ui/vec-without-count.rs:5:5 | 5 | items: Vec<u8>, | ^^^^^^^^^^^^^^