2018-07-15 14:11:54 -07:00
|
|
|
error[E0229]: associated type bindings are not allowed here
|
2019-09-04 17:36:01 -07:00
|
|
|
--> $DIR/issue-39687.rs:4:14
|
2018-07-15 14:11:54 -07:00
|
|
|
|
|
|
|
|
LL | <fn() as Fn()>::call;
|
2019-09-04 17:36:01 -07:00
|
|
|
| ^^^^ associated type not allowed here
|
2018-07-15 14:11:54 -07:00
|
|
|
|
2023-11-21 15:44:16 +00:00
|
|
|
error: aborting due to 1 previous error
|
2018-07-15 14:11:54 -07:00
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0229`.
|