fn bar() { } fn foo() { bar::() } //~^ ERROR the size for values of type fn main() { }