mirror of
https://github.com/rust-lang/rust.git
synced 2025-09-28 21:55:31 +00:00
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
|
|
|