]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/underscore-lifetime/dyn-trait-underscore-in-struct.stderr
New upstream version 1.27.1+dfsg1
[rustc.git] / src / test / ui / underscore-lifetime / dyn-trait-underscore-in-struct.stderr
index 6d777841f0319c410bdc8df2ec1a9996517d983c..1017217828a7bbd98f097def50719d00113d75d4 100644 (file)
@@ -1,11 +1,11 @@
 error[E0106]: missing lifetime specifier
-  --> $DIR/dyn-trait-underscore-in-struct.rs:21:24
+  --> $DIR/dyn-trait-underscore-in-struct.rs:19:24
    |
 LL |     x: Box<dyn Debug + '_>, //~ ERROR missing lifetime specifier
    |                        ^^ expected lifetime parameter
 
 error[E0228]: the lifetime bound for this object type cannot be deduced from context; please supply an explicit bound
-  --> $DIR/dyn-trait-underscore-in-struct.rs:21:12
+  --> $DIR/dyn-trait-underscore-in-struct.rs:19:12
    |
 LL |     x: Box<dyn Debug + '_>, //~ ERROR missing lifetime specifier
    |            ^^^^^^^^^^^^^^