blob: 48077d61c455cb326b0c4bac3805c8eeb8dcf9e0 [file] [log] [blame]
error[E0262]: invalid lifetime parameter name: `'static`
--> $DIR/regions-name-static.rs:11:12
|
LL | struct Foo<'static> { //~ ERROR invalid lifetime parameter name: `'static`
| ^^^^^^^ 'static is a reserved lifetime name
error: aborting due to previous error
For more information about this error, try `rustc --explain E0262`.