fn foo() {} fn main() { let x = foo::<()>; //~^ ERROR `()` doesn't implement `std::fmt::Display` }