summaryrefslogtreecommitdiffstats
path: root/tests/ui/associated-inherent-types/issue-109299.stderr
blob: 63f50732d3c50985b420dfa33b4686e6f88c97d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
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 previous error

For more information about this error, try `rustc --explain E0261`.