#![feature(fn_traits)] fn main() { ::call; //~^ ERROR associated type bindings are not allowed here [E0229] }