Skip to content

Commit ba42215

Browse files
jackh726dtolnay
andauthored
Fix line number
Co-authored-by: David Tolnay <[email protected]>
1 parent a38ff48 commit ba42215

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/ui/generic-associated-types/bugs/issue-87803.stderr

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
error[E0195]: lifetime parameters or bounds on method `scan` do not match the trait declaration
2-
--> $DIR/issue-87803.rs:20:12
2+
--> $DIR/issue-87803.rs:21:12
33
|
44
LL | fn scan<'a>(&mut self, i : Self::Input<'a>) -> Self::Token<'a>;
55
| ---- lifetimes in impl do not match this method in trait

0 commit comments

Comments
 (0)