#![allow(unused_variables)] fn main() { let boxed: Box = Box::from("hello"); println!("{boxed}"); }