error: local variable doesn't need to be boxed here --> $DIR/escape_analysis.rs:34:13 | LL | fn warn_arg(x: Box) { | ^ | = note: `-D clippy::boxed-local` implied by `-D warnings` error: local variable doesn't need to be boxed here --> $DIR/escape_analysis.rs:125:12 | LL | pub fn new(_needs_name: Box>) -> () {} | ^^^^^^^^^^^ error: local variable doesn't need to be boxed here --> $DIR/escape_analysis.rs:165:23 | LL | fn closure_borrow(x: Box) { | ^ error: aborting due to 3 previous errors