9 lines
174 B
Plaintext
9 lines
174 B
Plaintext
error: ['a: *]
|
|
--> $DIR/variance.rs:10:21
|
|
|
|
|
LL | fn foo<'a: 'a>() -> impl const Foo {}
|
|
| ^^^^^^^^^^^^^^
|
|
|
|
error: aborting due to 1 previous error
|
|
|