9 lines
162 B
Plaintext
9 lines
162 B
Plaintext
|
error: lifetimes cannot use keyword names
|
||
|
--> $DIR/gen-lt.rs:11:11
|
||
|
|
|
||
|
LL | fn gen_lt<'gen>() {}
|
||
|
| ^^^^
|
||
|
|
||
|
error: aborting due to 1 previous error
|
||
|
|