about summary refs log tree commit diff
path: root/src/test/ui/static
diff options
context:
space:
mode:
authorCamille GILLOT <gillot.camille@gmail.com>2022-03-14 15:56:37 +0100
committerCamille GILLOT <gillot.camille@gmail.com>2022-04-30 13:55:17 +0200
commit03bbb98019fc447c4afd71d03f6990dcc0c7f160 (patch)
tree2624e78cc616851fc69870bad850607559eb96dc /src/test/ui/static
parent94449e610163b4cbe762089351f5517ad90a3841 (diff)
downloadrust-03bbb98019fc447c4afd71d03f6990dcc0c7f160.tar.gz
rust-03bbb98019fc447c4afd71d03f6990dcc0c7f160.zip
Bless tests.
Diffstat (limited to 'src/test/ui/static')
-rw-r--r--src/test/ui/static/static-lifetime-bound.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/static/static-lifetime-bound.stderr b/src/test/ui/static/static-lifetime-bound.stderr
index 79d9506619e..ef07a89315f 100644
--- a/src/test/ui/static/static-lifetime-bound.stderr
+++ b/src/test/ui/static/static-lifetime-bound.stderr
@@ -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`