mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 15:01:51 +00:00
9 lines
297 B
Plaintext
9 lines
297 B
Plaintext
|
error: unexpected default lifetime parameter
|
||
|
--> $DIR/issue-107492-default-value-for-lifetime.rs:1:35
|
||
|
|
|
||
|
LL | pub struct DefaultLifetime<'a, 'b = 'static> {
|
||
|
| ^^^^^^^^^ lifetime parameters cannot have default values
|
||
|
|
||
|
error: aborting due to previous error
|
||
|
|