]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/static/static-lifetime-bound.stderr
New upstream version 1.62.1+dfsg1
[rustc.git] / src / test / ui / static / static-lifetime-bound.stderr
index 79d9506619e17fbde574c674fe89201921fd4980..ef07a89315f4088ddd653b649a5e0d8cf1f99fd3 100644 (file)
@@ -2,7 +2,7 @@ warning: unnecessary lifetime parameter `'a`
   --> $DIR/static-lifetime-bound.rs:1:6
    |
 LL | fn f<'a: 'static>(_: &'a i32) {}
-   |      ^^^^^^^^^^^
+   |      ^^
    |
    = help: you can use the `'static` lifetime directly, in place of `'a`