8ed5e6744f
Fixes #114464
12 lines
285 B
Plaintext
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
|
|
|