Fix line number
Co-authored-by: David Tolnay <dtolnay@gmail.com>
This commit is contained in:
parent
a38ff481ed
commit
ba4221567b
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
error[E0195]: lifetime parameters or bounds on method `scan` do not match the trait declaration
|
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>;
|
LL | fn scan<'a>(&mut self, i : Self::Input<'a>) -> Self::Token<'a>;
|
||||||
| ---- lifetimes in impl do not match this method in trait
|
| ---- lifetimes in impl do not match this method in trait
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue