あれ2022/3/2 20:05:00 let x=5; let y=Box::new(x); assert_eq!(5, x); assert_eq!(5, *y); //assert_eq!(5, y); //can't compare `{integer}` with `Box<{integer}>`