1
Fork 0

Fix line number

Co-authored-by: David Tolnay <dtolnay@gmail.com>
This commit is contained in:
Jack Huey 2022-02-12 00:57:16 -05:00 committed by GitHub
parent a38ff481ed
commit ba4221567b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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