mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-20 10:01:38 +00:00
9 lines
162 B
Plaintext
9 lines
162 B
Plaintext
error: lifetimes cannot use keyword names
|
|
--> $DIR/gen-lt.rs:10:11
|
|
|
|
|
LL | fn gen_lt<'gen>() {}
|
|
| ^^^^
|
|
|
|
error: aborting due to 1 previous error
|
|
|