rust/tests/ui/closures/binder/disallow-const.stderr
2023-01-11 09:32:08 +00:00

9 lines
200 B
Plaintext

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