about summary refs log tree commit diff
path: root/src/test/ui
diff options
context:
space:
mode:
authorJack Huey <31162821+jackh726@users.noreply.github.com>2022-02-12 00:57:16 -0500
committerGitHub <noreply@github.com>2022-02-12 00:57:16 -0500
commitba4221567b432d01d499475d9d5b39cfeb70071a (patch)
tree48a775951eeea66cf1872b65de5595eb4f1eb34f /src/test/ui
parenta38ff481ed74e31a1508f989012805bd9c3a4deb (diff)
downloadrust-ba4221567b432d01d499475d9d5b39cfeb70071a.tar.gz
rust-ba4221567b432d01d499475d9d5b39cfeb70071a.zip
Fix line number
Co-authored-by: David Tolnay <dtolnay@gmail.com>
Diffstat (limited to 'src/test/ui')
-rw-r--r--src/test/ui/generic-associated-types/bugs/issue-87803.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/generic-associated-types/bugs/issue-87803.stderr b/src/test/ui/generic-associated-types/bugs/issue-87803.stderr
index fe2abdedbf3..759c0440d07 100644
--- a/src/test/ui/generic-associated-types/bugs/issue-87803.stderr
+++ b/src/test/ui/generic-associated-types/bugs/issue-87803.stderr
@@ -1,5 +1,5 @@
 error[E0195]: lifetime parameters or bounds on method `scan` do not match the trait declaration
-  --> $DIR/issue-87803.rs:20:12
+  --> $DIR/issue-87803.rs:21:12
    |
 LL |     fn scan<'a>(&mut self, i : Self::Input<'a>) -> Self::Token<'a>;
    |            ---- lifetimes in impl do not match this method in trait