about summary refs log tree commit diff
path: root/src/test/ui/static
diff options
context:
space:
mode:
authorOli Scherer <git-spam-no-reply9815368754983@oli-obk.de>2021-10-05 12:11:51 +0000
committerOli Scherer <git-spam-no-reply9815368754983@oli-obk.de>2021-10-13 10:53:44 +0000
commit15f93473f1db46d12cf0dd959c06b006c0847023 (patch)
tree4a915d497364764c717005bc41c14993925f3538 /src/test/ui/static
parenta16f686e4a0ea15dcd3b5aa3db7b1cba27bb9453 (diff)
downloadrust-15f93473f1db46d12cf0dd959c06b006c0847023.tar.gz
rust-15f93473f1db46d12cf0dd959c06b006c0847023.zip
Remove textual span from diagnostic string
Diffstat (limited to 'src/test/ui/static')
-rw-r--r--src/test/ui/static/static-lifetime.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/static/static-lifetime.stderr b/src/test/ui/static/static-lifetime.stderr
index bda325dc011..4af3370c799 100644
--- a/src/test/ui/static/static-lifetime.stderr
+++ b/src/test/ui/static/static-lifetime.stderr
@@ -4,7 +4,7 @@ error[E0478]: lifetime bound not satisfied
 LL | impl<'a, A: Clone> Arbitrary for ::std::borrow::Cow<'a, A> {}
    |                    ^^^^^^^^^
    |
-note: lifetime parameter instantiated with the lifetime `'a` as defined on the impl at 3:6
+note: lifetime parameter instantiated with the lifetime `'a` as defined here
   --> $DIR/static-lifetime.rs:3:6
    |
 LL | impl<'a, A: Clone> Arbitrary for ::std::borrow::Cow<'a, A> {}