]> git.lizzy.rs Git - rust.git/blobdiff - tests/ui/escape_analysis.stderr
Auto merge of #68717 - petrochenkov:stabexpat, r=varkor
[rust.git] / tests / ui / escape_analysis.stderr
index 19342fe1be742b5f041b76492cfb1a6cc85429a3..c86a769a3da4b170e2dbbc93118ed5a49dd0b216 100644 (file)
@@ -1,5 +1,5 @@
 error: local variable doesn't need to be boxed here
-  --> $DIR/escape_analysis.rs:39:13
+  --> $DIR/escape_analysis.rs:40:13
    |
 LL | fn warn_arg(x: Box<A>) {
    |             ^
@@ -7,7 +7,7 @@ LL | fn warn_arg(x: Box<A>) {
    = note: `-D clippy::boxed-local` implied by `-D warnings`
 
 error: local variable doesn't need to be boxed here
-  --> $DIR/escape_analysis.rs:130:12
+  --> $DIR/escape_analysis.rs:131:12
    |
 LL | pub fn new(_needs_name: Box<PeekableSeekable<&()>>) -> () {}
    |            ^^^^^^^^^^^