blob: 1e11c0e8c2af172eb82b3dda508531b467afe6c3 [file] [log] [blame] [edit]
error[E0261]: use of undeclared lifetime name `'d`
--> $DIR/issue-109299.rs:6:12
|
LL | impl Lexer<'d> {
| - ^^ undeclared lifetime
| |
| help: consider introducing lifetime `'d` here: `<'d>`
error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0261`.