#![allow(unused_variables)] fn main() { let boxed: Box<[u8]> = Box::from([4, 2]); println!("{boxed:?}"); }