2018-10-15 13:20:50 -05:00
|
|
|
error: local variable doesn't need to be boxed here
|
2019-01-07 15:33:18 -06:00
|
|
|
--> $DIR/escape_analysis.rs:34:13
|
2018-10-15 13:20:50 -05:00
|
|
|
|
|
2018-12-27 09:57:55 -06:00
|
|
|
LL | fn warn_arg(x: Box<A>) {
|
2018-10-15 13:20:50 -05:00
|
|
|
| ^
|
|
|
|
|
|
|
|
|
= note: `-D clippy::boxed-local` implied by `-D warnings`
|
|
|
|
|
|
|
|
error: local variable doesn't need to be boxed here
|
2019-01-07 15:33:18 -06:00
|
|
|
--> $DIR/escape_analysis.rs:125:12
|
2018-12-27 09:57:55 -06:00
|
|
|
|
|
|
|
|
LL | pub fn new(_needs_name: Box<PeekableSeekable<&()>>) -> () {}
|
|
|
|
| ^^^^^^^^^^^
|
2018-10-15 13:20:50 -05:00
|
|
|
|
2019-02-20 22:59:10 -06:00
|
|
|
error: local variable doesn't need to be boxed here
|
|
|
|
--> $DIR/escape_analysis.rs:165:23
|
|
|
|
|
|
|
|
|
LL | fn closure_borrow(x: Box<A>) {
|
|
|
|
| ^
|
|
|
|
|
|
|
|
error: aborting due to 3 previous errors
|
2018-10-15 13:20:50 -05:00
|
|
|
|