We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a38ff48 commit ba42215Copy full SHA for ba42215
src/test/ui/generic-associated-types/bugs/issue-87803.stderr
@@ -1,5 +1,5 @@
1
error[E0195]: lifetime parameters or bounds on method `scan` do not match the trait declaration
2
- --> $DIR/issue-87803.rs:20:12
+ --> $DIR/issue-87803.rs:21:12
3
|
4
LL | fn scan<'a>(&mut self, i : Self::Input<'a>) -> Self::Token<'a>;
5
| ---- lifetimes in impl do not match this method in trait
0 commit comments