rust/src/test/ui/regions/regions-name-static.stderr

10 lines
350 B
Plaintext
Raw Normal View History

2018-08-08 14:28:26 +02:00
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`.