9 lines
179 B
Plaintext
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
|
||
|
|