rust/tests/ui/const-generics/generic_const_exprs/convert-refree-region-vid-i...

12 lines
285 B
Plaintext

error: cannot capture late-bound lifetime in constant
--> $DIR/convert-refree-region-vid-ice-114464.rs:11:17
|
LL | fn wow<'a>() {
| -- lifetime defined here
LL | test::<{
LL | let _: &'a ();
| ^^
error: aborting due to 1 previous error