summaryrefslogtreecommitdiffstats
path: root/tests/ui/closures/binder/disallow-const.stderr
blob: 3c3b43d8cf34275d4dc300de79c155a293337564 (plain)
1
2
3
4
5
6
7
8
error: only lifetime parameters can be used in this context
  --> $DIR/disallow-const.rs:4:15
   |
LL |     for<const N: i32> || -> () {};
   |               ^

error: aborting due to previous error