]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/wf/wf-static-method.stderr
Merge tag 'debian/1.52.1+dfsg1-1_exp2' into proxmox/buster
[rustc.git] / src / test / ui / wf / wf-static-method.stderr
index 93d16514a50783240f65339e48ecb3275f74b805..0c98a809025ac5d97339068ac971ec6e9a5f15b2 100644 (file)
@@ -19,7 +19,7 @@ error[E0478]: lifetime bound not satisfied
   --> $DIR/wf-static-method.rs:26:18
    |
 LL |         let me = Self::make_me();
-   |                  ^^^^^^^^^^^^^
+   |                  ^^^^
    |
 note: lifetime parameter instantiated with the lifetime `'b` as defined on the impl at 23:10
   --> $DIR/wf-static-method.rs:23:10