2018-10-15 18:20:50 +00:00
|
|
|
error: local variable doesn't need to be boxed here
|
2019-01-07 21:33:18 +00:00
|
|
|
--> $DIR/escape_analysis.rs:34:13
|
2018-10-15 18:20:50 +00:00
|
|
|
|
|
2018-12-27 15:57:55 +00:00
|
|
|
LL | fn warn_arg(x: Box<A>) {
|
2018-10-15 18:20:50 +00:00
|
|
|
| ^
|
|
|
|
|
|
|
|
|
= note: `-D clippy::boxed-local` implied by `-D warnings`
|
|
|
|
|
|
|
|
error: local variable doesn't need to be boxed here
|
2019-01-07 21:33:18 +00:00
|
|
|
--> $DIR/escape_analysis.rs:125:12
|
2018-12-27 15:57:55 +00:00
|
|
|
|
|
|
|
|
LL | pub fn new(_needs_name: Box<PeekableSeekable<&()>>) -> () {}
|
|
|
|
| ^^^^^^^^^^^
|
2018-10-15 18:20:50 +00:00
|
|
|
|
2019-02-21 04:59:10 +00: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 18:20:50 +00:00
|
|
|
|