]> git.lizzy.rs Git - rust.git/blob - tests/ui/regions/regions-name-static.stderr
internally change regions to be covariant
[rust.git] / tests / ui / regions / regions-name-static.stderr
1 error[E0262]: invalid lifetime parameter name: `'static`
2   --> $DIR/regions-name-static.rs:1:12
3    |
4 LL | struct Foo<'static> {
5    |            ^^^^^^^ 'static is a reserved lifetime name
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0262`.