blob: ef0904c1a2dbfe4a6af2dc8ea4144967ddfbed10 [file] [log] [blame]
struct T;
fn main() {
T::new();
//~^ ERROR no function or associated item named `new` found for type `T` in the current scope
}