blob: 9c6188350e3f7dec563540beb216c4bb1968607b [file] [log] [blame]
fn main() {
panic!(std::default::Default::default());
//~^ ERROR type annotations needed
}