blob: 66a3fadac8d96b34a743c450f4fb717df745d0a4 [file] [log] [blame]
//@ edition:2015..2021
fn main() {
panic!(std::default::Default::default());
//~^ ERROR type annotations needed
}