]> git.lizzy.rs Git - rust.git/blob - tests/ui/closures/binder/disallow-const.stderr
Rollup merge of #103236 - tspiteri:redoc-int-adc-sbb, r=m-ou-se
[rust.git] / tests / ui / closures / binder / disallow-const.stderr
1 error: only lifetime parameters can be used in this context
2   --> $DIR/disallow-const.rs:4:15
3    |
4 LL |     for<const N: i32> || -> () {};
5    |               ^
6
7 error: aborting due to previous error
8