mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-18 01:44:04 +00:00
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
|
|
|