blob: f7077e52a707f49f31dc614c24a7f677f3983886 [file] [log] [blame]
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 previous error