summaryrefslogtreecommitdiffstats
path: root/tests/ui/typeck/escaping_bound_vars.stderr
blob: 3ea409435779e7e33df4330d12e4f879476128d2 (plain)
1
2
3
4
5
6
7
8
9
10
error: cannot capture late-bound lifetime in constant
  --> $DIR/escaping_bound_vars.rs:11:35
   |
LL |     (): Test<{ 1 + (<() as Elide(&())>::call) }>,
   |                                  -^
   |                                  |
   |                                  lifetime defined here

error: aborting due to 1 previous error