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

9 lines
179 B
Plaintext

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