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