about summary refs log tree commit diff
path: root/tests/ui/const-generics/generic_const_exprs/convert-refree-region-vid-ice-114464.stderr
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