blob: a234c5e129d2ec6a75763e38cfbbea1bb2398be0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
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
|