#![feature(unboxed_closures)] trait Trait {} fn f isize>(x: F) {} //~^ ERROR this trait takes 0 generic arguments but 1 generic argument //~| ERROR associated type `Output` not found for `Trait` fn main() {}