summaryrefslogtreecommitdiffstats
path: root/src/test/ui/closures/binder/disallow-ty.stderr
blob: 51b6773edea9897e7a85454a20f0cbfc168874ad (plain)
1
2
3
4
5
6
7
8
error: only lifetime parameters can be used in this context
  --> $DIR/disallow-ty.rs:4:9
   |
LL |     for<T> || -> () {};
   |         ^

error: aborting due to previous error